All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.7.5 - 2024-10-17
- Bump
cargo-lock
to 10.0
0.7.4 - 2024-07-07
- Honor
SOURCE_DATE_EPOCH
inBUILT_TIME_UTC
- Bump
git2
to 0.19
0.7.3 - 2024-05-21
- Search for lockfile in manifest's parent directory (crates in workspaces)
0.7.2 - 2024-04-09
- Fixed hard error in case
rustdoc
is missing
0.7.1 - 2023-10-14
- Fixed
no_std
builds
0.7.0 - 2023-08-09
- The
Options
-type has been removed in favor of controllingbuilt
's behavior by means of feature-flags. cargo-lock
is now an optional dependency- Bump
git2
to 0.18
0.6.1 - 2023-06-19
- Bump
git2
to 0.17 - Bump
cargo-lock
to 9.0
FEATURES_LOWERCASE
andFEATURES_LOWERCASE_STR
0.6.0 - 2023-02-09
- Identical re-release after yanking 0.5.3, due to semver failure
0.5.3 - 2023-02-08
- Bump
git2
to 0.16, mitigating GHSA-8643-3wh5-rmjq
- Add
GIT_COMMIT_HASH_SHORT
0.5.2 - 2022-12-03
- Removed unused transitive dependency on
time
- Bump
cargo-lock
to 8.0 - Bump
git2
to 0.15 - Fix unescaped quotes in literals
- Added GitHub Actions to the list of detected CI platforms
0.5.1 - 2021-05-27
- Bump
cargo-lock
to 7.0 - Bump
semver
to 1.0
0.5.0 - 2021-05-01
- Fix possibly wrong
CFG_
values in cross-compilation scenarios - Fix handling of backspaces in doc-attributes
- Switch deprecated
tempdir
totempfile
- Add
#allow(dead_code)
to generated code - Bump
cargo-lock
to 6.0 - Bump
semver
to 0.11 - Publicly re-export dependencies
0.4.4 - 2020-12-01
- Added
PKG_LICENSE
andPKG_REPOSITORY
0.4.3 - 2020-08-19
- Fix handling of unescaped special characters
0.4.2 - 2020-05-27
- Add
GIT_DIRTY
- Add
GIT_COMMIT_HASH
andGIT_HEAD_REF
- Bump
semver
to 0.10