Skip to content

Commit

Permalink
Bump to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed May 21, 2024
1 parent a044847 commit a39212a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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]
## [0.7.3] - 2024-05-21
### Added
- Search for lockfile in manifest's parent directory (crates in workspaces)

Expand Down Expand Up @@ -84,7 +84,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- Bump `semver` to 0.10

[unreleased]: https://github.com/lukaslueg/built/compare/0.7.2...master
[unreleased]: https://github.com/lukaslueg/built/compare/0.7.3...master
[0.7.3]: https://github.com/lukaslueg/built/compare/0.7.2...0.7.3
[0.7.2]: https://github.com/lukaslueg/built/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/lukaslueg/built/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/lukaslueg/built/compare/0.6.1...0.7.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "built"
version = "0.7.2"
version = "0.7.3"
description = "Provides a crate with information from the time it was built."
repository = "https://github.com/lukaslueg/built"
documentation = "https://docs.rs/built"
Expand Down

0 comments on commit a39212a

Please sign in to comment.