mirror of
https://github.com/chmln/sd
synced 2024-11-21 10:43:04 +00:00
Prepare 1.0.0 release (#277)
* Bump version to v1.0.0 * `cargo xtask gen` * Add all new entries to the changelog
This commit is contained in:
parent
cb015f7490
commit
eb51bdf11e
4 changed files with 8 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
2
gen/sd.1
2
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
|
||||
|
|
Loading…
Reference in a new issue