Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Migrated to clap API.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnabRollin committed Dec 10, 2023
1 parent 29601d0 commit 3be1638
Show file tree
Hide file tree
Showing 7 changed files with 272 additions and 245 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2023-12-10

### Added

- Function creation support (no arguments).
- Unknown names now raise errors.

### Changed

- (**dev notes**): Migrated to `clap` API.

## [0.12.0] - 2023-10-30

### Added
Expand Down Expand Up @@ -155,7 +166,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Simple function and string parsing

[unreleased]: https://github.com/ArnabRollin/dwn/compare/v0.12.0...HEAD
[unreleased]: https://github.com/ArnabRollin/dwn/compare/v0.13.0...HEAD

[0.13.0]: https://github.com/ArnabRollin/dwn/compare/v0.12.0...v0.13.0

[0.12.0]: https://github.com/ArnabRollin/dwn/compare/v0.11.0...v0.12.0

Expand Down
216 changes: 215 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "dwn"
version = "0.12.0"
version = "0.13.0"
edition = "2021"

[dependencies]
clap = { version = "4.4.11", features = ["derive"] }
lazy_static = "1.4.0"

[target.x86_64-unknown-linux-gnu]
Expand Down
Loading

0 comments on commit 3be1638

Please sign in to comment.