Skip to content

Commit

Permalink
v0.9.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJuliusMartinez committed Jul 17, 2023
1 parent 5d5a597 commit 21dd610
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
main
====

No changes yet!

v0.9.0 (2023-07-16)
==================

New features:
- A new command `ys` will copy unescaped string literals to the
clipboard. Control characters remain escaped.
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "jless"
version = "0.8.0"
version = "0.9.0"
authors = ["Paul Julius Martinez <[email protected]>"]
license = "MIT"
description = "A command-line JSON viewer"
Expand Down
10 changes: 5 additions & 5 deletions RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
- Run `cargo build` to update [`Cargo.lock`](./Cargo.lock).
- Add changes since last release to [`CHANGELOG.md`](./CHANGELOG.md). (You
should do this with every commit!)
- Update [`docs/releases.html`](./docs/releases.html)
- Create new release section
- Copy changes from `CHANGELOG.md` to new section
- Add binaries section to new release with updated paths
- Update version number in [`docs/index.html`](./docs/index.html) install instructions
- Update the top of the CHANGELOG to say the new version number with
the release date, then start a new section for `main`
- Commit all changes with commit message: `vX.Y.Z Release`
- Tag commit and push it to GitHub: `git tag $VERSION && git push origin $VERSION`
- Publish new version to crates.io: `cargo publish`
Expand All @@ -30,3 +27,6 @@
- Select tag
- Copy stuff from `CHANGELOG.md` to description
- Attach binaries generated above
- Update the [`website` branch](https://github.com/PaulJuliusMartinez/jless/tree/website)
- Update [`releases_page.rb`](https://github.com/PaulJuliusMartinez/jless/blob/website/releases_page.rb) with the new release
- Update [`user_guide_page.rb`](https://github.com/PaulJuliusMartinez/jless/blob/website/user_guide_page.rb) with any new commands

0 comments on commit 21dd610

Please sign in to comment.