diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3ca95..7c29656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### next + +### v2.18.0 - 2024/05/20 - new `{context}` possible part for exported locations, originally designed for [bacon-ls](https://github.com/crisidev/bacon-ls) but available for other purposes - Thanks @crisidev diff --git a/Cargo.lock b/Cargo.lock index a850156..649f99e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bacon" -version = "2.17.1-dev" +version = "2.18.0" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 2ae120d..ba5d8c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bacon" -version = "2.17.1-dev" +version = "2.18.0" authors = ["dystroy "] repository = "https://github.com/Canop/bacon" description = "background rust compiler"