Skip to content

Commit

Permalink
Prepare 1.0.0 release (#277)
Browse files Browse the repository at this point in the history
* Bump version to v1.0.0

* `cargo xtask gen`

* Add all new entries to the changelog
  • Loading branch information
CosmicHorrorDev authored Nov 8, 2023
1 parent cb015f7 commit eb51bdf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gen/sd.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit eb51bdf

Please sign in to comment.