summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmicHorror <CosmicHorrorDev@pm.me>2023-11-07 19:19:46 -0700
committerGitHub <noreply@github.com>2023-11-07 20:19:46 -0600
commiteb51bdf11e8bde87e9d983730209c7a147e39fb0 (patch)
tree0613384938cceaac88391ee873febcce5995db39
parentcb015f749070e424d82e7f35fcad801cd4a5cbc7 (diff)
Prepare 1.0.0 release (#277)v1.0.0v1.0
* Bump version to v1.0.0 * `cargo xtask gen` * Add all new entries to the changelog
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--gen/sd.12
4 files changed, 8 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d79c8a1..a43b3b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## (unreleased) [1.0.0] - TODO
+## [1.0.0] - 2023-11-07
A quick note to any packages. The generated shell completions and man page are
now in the `gen` directory of the repo. They're also included in the pre-built
@@ -112,8 +112,10 @@ release artifacts on the releases page.
- #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)
+- #271 Fix release checklist indentation (@CosmicHorrorDev)
- #272 Remove outdated release checklist step (@CosmicHorrorDev)
+- #274 Prepare 1.0.0-beta.0 release (@CosmicHorrorDev)
+- #275 Update `sd` version in lockfile (@CosmicHorrorDev)
## (History listed in here is missing from v0.6.3 - v0.7.6)
diff --git a/Cargo.lock b/Cargo.lock
index 095eb79..5f67cce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -647,7 +647,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sd"
-version = "1.0.0-beta.0"
+version = "1.0.0"
dependencies = [
"ansi-to-html",
"ansi_term",
@@ -961,7 +961,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "xtask"
-version = "1.0.0-beta.0"
+version = "1.0.0"
dependencies = [
"clap",
"clap_complete",
diff --git a/Cargo.toml b/Cargo.toml
index eee84b0..97ffc3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ features = ["derive", "deprecated", "wrap_help"]
[workspace.package]
edition = "2021"
-version = "1.0.0-beta.0"
+version = "1.0.0"
[package]
name = "sd"
diff --git a/gen/sd.1 b/gen/sd.1
index a60e1c8..3e9b717 100644
--- a/gen/sd.1
+++ b/gen/sd.1
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
-.TH sd 1 "sd 0.7.6"
+.TH sd 1 "sd 1.0.0"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.SH NAME