Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiPashkin committed Feb 4, 2025
1 parent 675bb26 commit d08ebef
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 @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### Added

### Changed

### Removed

## [v0.0.2] - 2025-02-05

### Added
- New tests.
- Support for specifying types as parts for the composed identifiers.
Expand All @@ -31,6 +39,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.1...master
[unreleased]: https://github.com/AndreiPashkin/compose-idents/compare/v0.0.2...master
[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.1"
version = "0.0.2"
authors = ["Andrei Pashkin <[email protected]>"]
description = "Rust macro that makes possible to concatenate idents from multiple parts."
keywords = ["idents", "ident", "concat", "concatenate", "macro"]
Expand Down

0 comments on commit d08ebef

Please sign in to comment.