summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmicHorror <CosmicHorrorDev@pm.me>2023-11-05 12:05:21 -0700
committerGitHub <noreply@github.com>2023-11-05 13:05:21 -0600
commit45522c2dedd9d98b21e3af4893126e3aa660ea34 (patch)
treeb1ccdce91dea6608a4809162bd378e9ce8094933
parentd4aa2405338a3a477174440b83491edabca85f2b (diff)
Prepare 1.0.0-beta.0 release (#274)
* Bump version to v1.0.0-beta.0 * Add all new entries to the changelog
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b74f93..d79c8a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -110,6 +110,10 @@ release artifacts on the releases page.
- #253 Improve publishing CI job (@CosmicHorrorDev)
- #256 More CI tweaks (@CosmicHorrorDev)
- #257 Fix publish action (@CosmicHorrorDev)
+- #267 Rework the replacements flag (@CosmicHorrorDev)
+- #269 Make modified text blue instead of green (@CosmicHorrorDev)
+- #272 Fix release checklist indentation (@CosmicHorrorDev)
+- #272 Remove outdated release checklist step (@CosmicHorrorDev)
## (History listed in here is missing from v0.6.3 - v0.7.6)
diff --git a/Cargo.toml b/Cargo.toml
index 25032bc..eee84b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ features = ["derive", "deprecated", "wrap_help"]
[workspace.package]
edition = "2021"
-version = "0.7.6"
+version = "1.0.0-beta.0"
[package]
name = "sd"