Skip to content

Releases: ph2684/argparse-cpp

v0.1.1

10 Sep 04:39
a4cf095

Choose a tag to compare

What's Changed

  • fix: auto-releaseワークフローのsedエラーを修正 (#9) (a4cf095)
  • fix: release-drafterを削除し、手動バージョン管理に変更 (e86651b)
  • release-drafterとバージョン管理システムの導入 (4c936de)
  • バージョンをv0.1.1に更新 (bc3d385)
  • 古いtype("int")系実装の削除とテンプレート版への完全移行 (c6ab7c6)
  • 型安全なtype()テンプレートメソッドの実装 (0aea782)
  • spec: type("int")からtype()への破壊的変更 (847cdce)
    Full Changelog: https://github.com/ph2684/argparse-cpp/commits/v0.1.1

v0.1.0

10 Sep 03:54
f31d1c4

Choose a tag to compare

🚀 first release of argparse-cpp

What's Changed

  • First argparse-cpp: Python argparseライクなAPIの提供 by @ph2684 in #2
  • 利用者向けREADMEを追加(インストール方法を含む) by @ph2684 in #1

Full Changelog: https://github.com/ph2684/argparse-cpp/commits/v0.1.0