-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from webern/deps-update
update cargo dependencies
- Loading branch information
Showing
3 changed files
with
107 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [3.3.1] - 2023-11-06 | ||
|
||
### Changed | ||
|
||
- Update dependencies including a major version change (toml v0.7 to v0.8). [#86] | ||
|
||
### Fixed | ||
|
||
- Circle CI badge was incorrect [#28] | ||
|
||
[#86]: https://github.com/webern/cargo-readme/pull/86 | ||
[#28]: https://github.com/webern/cargo-readme/pull/28 | ||
|
||
## [3.3.0] - 2013-09-05 | ||
|
||
## Changed | ||
|
||
- Update dependencies including major version changes: [#84] | ||
- clap v2 to v4 | ||
- toml v0.5 tp v0.7 | ||
- Update documentation to reflect that the maintainer of this repository has changed/ [#84] | ||
|
||
[#84]: https://github.com/webern/cargo-readme/pull/84 | ||
|
||
[unreleased]: https://github.com/webern/cargo-readme/compare/v3.3.1...HEAD | ||
[3.3.1]: https://github.com/webern/cargo-readme/compare/v3.3.0...v1.3.1 | ||
[3.3.0]: https://github.com/webern/cargo-readme/compare/v3.2.0...v3.3.0 |
Oops, something went wrong.