Skip to content

Commit

Permalink
Bump to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed Jul 7, 2024
1 parent 8319218 commit d05629a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.4] - 2024-07-07
### Added
- Honor `SOURCE_DATE_EPOCH` in `BUILT_TIME_UTC`
- Bump `git2` to 0.19

## [0.7.3] - 2024-05-21
### Added
Expand Down Expand Up @@ -88,7 +91,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.3...master
[unreleased]: https://github.com/lukaslueg/built/compare/0.7.4...master
[0.7.4]: https://github.com/lukaslueg/built/compare/0.7.3...0.7.4
[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
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.3"
version = "0.7.4"
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 d05629a

Please sign in to comment.