Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cargo dependencies #86

Merged
merged 4 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
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
Loading
Loading