Skip to content

Commit

Permalink
chore(release): v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiPashkin committed Feb 11, 2025
1 parent 1217242 commit 922296e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Removed

## [v0.0.3] - 2025-02-11

### Added

- Docs/tests fixes.
- Added "functions" functionality that allows to apply functions over arguments.
- Made it possible to pass integers as arguments.
Expand Down Expand Up @@ -46,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

[unreleased]: https://github.com/AndreiPashkin/compose-idents/compare/v0.0.2...master
[unreleased]: https://github.com/AndreiPashkin/compose-idents/compare/v0.0.3...master
[v0.0.3]: https://github.com/AndreiPashkin/compose-idents/compare/v0.0.2...v0.0.3
[v0.0.2]: https://github.com/AndreiPashkin/compose-idents/compare/v0.0.1...v0.0.2
[v0.0.1]: https://github.com/AndreiPashkin/compose-idents/compare/1e27315fc2d46c7b61700adcf3bf4f22ea82e8e1...v0.0.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compose-idents"
version = "0.0.2"
version = "0.0.3"
authors = ["Andrei Pashkin <[email protected]>"]
description = "Rust macro that makes possible to concatenate idents from multiple parts."
keywords = ["ident", "identifier", "concat", "concatenate", "generate"]
Expand Down

0 comments on commit 922296e

Please sign in to comment.