Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed Feb 8, 2023
1 parent b9dddf4 commit 8840c21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).


## [0.6.0] - unreleased
### Changed
- Identical re-release after yanking 0.5.3, due to semver failure

## [0.5.3] - 2023-02-08
### Changed
- Bump `git2` to 0.16, mitigating GHSA-8643-3wh5-rmjq
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.5.3"
version = "0.6.0"
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
4 changes: 2 additions & 2 deletions example_project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build = "build.rs"
edition = "2018"

[dependencies]
built = { version = "0.5", path="../", features = ["chrono", "semver"] }
built = { version = "0.6", path="../", features = ["chrono", "semver"] }

[build-dependencies]
built = { version = "0.5", path="../", features = ["git2", "chrono", "semver"] }
built = { version = "0.6", path="../", features = ["git2", "chrono", "semver"] }

0 comments on commit 8840c21

Please sign in to comment.