Skip to content

Commit

Permalink
Merge pull request #107 from thombruce/v0.0.25
Browse files Browse the repository at this point in the history
v0.0.25
  • Loading branch information
thombruce authored Nov 17, 2023
2 parents 64af3c2 + 2832fcc commit 0b83507
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.25] - 2023-11-17

### Added

- CI test workflow for pull requests
Expand Down Expand Up @@ -375,7 +377,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CHANGELOG.md matching Keep a Changelog formatting
- README with link to license doc and changelog

[unreleased]: https://github.com/thombruce/verse/compare/v0.0.24...HEAD
[unreleased]: https://github.com/thombruce/verse/compare/v0.0.25...HEAD
[0.0.25]: https://github.com/thombruce/verse/compare/v0.0.24...v0.0.25
[0.0.24]: https://github.com/thombruce/verse/compare/v0.0.23...v0.0.24
[0.0.23]: https://github.com/thombruce/verse/compare/v0.0.22...v0.0.23
[0.0.22]: https://github.com/thombruce/verse/compare/v0.0.21...v0.0.22
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "verse"
version = "0.0.24"
version = "0.0.25"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 0b83507

Please sign in to comment.