Skip to content

Commit

Permalink
Update changelog for version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Dec 14, 2021
1 parent 99b5a8b commit e5a3ba0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,17 @@ your_crate = "0.1.2"

This is a changelog describing the most important changes per release.

### Version 0.9.4 — 2021-12-14

* [#114](https://github.com/mgeisler/version-sync/pull/114): Move from
deprecated the `semver-parser` crate to `semver`.
* [#115](https://github.com/mgeisler/version-sync/pull/115): Expand
`assert_markdown_deps_updated!` to also check version numbers such
as `=1.2.3`, `>1.2.3`, and `>=1.2.3`.
* [#119](https://github.com/mgeisler/version-sync/pull/119): Add new
`assert_only_contains_regex!` macro which can ensure that all
version numbers in a file are updated.

### Version 0.9.3 — 2021-09-20

* [#108](https://github.com/mgeisler/version-sync/pull/108): Make all
Expand Down

0 comments on commit e5a3ba0

Please sign in to comment.