From 212e4391e5e46e9a834c11a981586e3de3146110 Mon Sep 17 00:00:00 2001 From: Canop Date: Mon, 20 May 2024 10:29:42 +0200 Subject: [PATCH] version 2.18.0 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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"