Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 2870b2f

Browse files
authored
Merge pull request #87 from hi-rustin/rustin-patch-changelog-0.4.0
docs: update changelog for v0.4.0
2 parents ac8ca4e + 0c7d413 commit 2870b2f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
## [Unreleased] - ReleaseDate
66

7+
### Added
8+
9+
- Prioritize selection of Minimum Supported Rust Version (MSRV) compatible crate versions. The following hierarchy is used to determine the MSRV:
10+
- First, the MSRV of the parent directory package is checked, if it exists.
11+
- If the parent directory package does not specify an MSRV, the minimal MSRV of the workspace is checked.
12+
- If neither the workspace nor the parent directory package specify an MSRV, the version of the current Rust compiler (`rustc --version`) is used.
13+
14+
### Changed
15+
16+
- Dependency updates and patches, including updates to rust crate cargo(0.74.0), clap(4.4.12), anyhow(1.0.79) and semver(1.0.21).
17+
718
## [0.3.0] - 2023-12-20
819

920
### Added

0 commit comments

Comments
 (0)