Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 80a5ac8

Browse files
committed
chore: Release am_list version 0.2.1
1 parent 915f62b commit 80a5ac8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] - ReleaseDate
1111

12+
## [Version 0.2.1] - 2023-06-16
13+
1214
### Fixed
1315

1416
- [Rust] The struct name is now part of the module path for detected methods
@@ -51,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5153
### Security
5254

5355
<!-- next-url -->
54-
[Unreleased]: https://github.com/gagbo/am_list/compare/v0.2.0...HEAD
56+
[Unreleased]: https://github.com/gagbo/am_list/compare/v0.2.1...HEAD
57+
[Version 0.2.1]: https://github.com/gagbo/am_list/compare/v0.2.0...v0.2.1
5558
[Version 0.2.0]: https://github.com/gagbo/am_list/compare/v0.1.0...v0.2.0
5659
[Version 0.1.0]: https://github.com/gagbo/am_list/releases/tag/v0.1.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "am_list"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
repository = "https://github.com/gagbo/am_list"
66
authors = ["Gerry Agbobada <[email protected]>"]

0 commit comments

Comments
 (0)