Skip to content

Commit

Permalink
Bump to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed Oct 17, 2024
1 parent 0bbf71b commit e162357
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

## [0.7.5] - 2024-10-17
### Changed
- Bump `cargo-lock` to 10.0

## [0.7.4] - 2024-07-07
### Added
- Honor `SOURCE_DATE_EPOCH` in `BUILT_TIME_UTC`

### Changed
- Bump `git2` to 0.19

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

Please sign in to comment.