Skip to content

Commit d067039

Browse files
committed
misc(release): Prepare for v0.9.0.
1 parent 6298a66 commit d067039

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.0] - 2025-11-06
6+
7+
### Features
8+
9+
- Add functionality that is on by default to automatically use the upstream remote variants of branches instead of local ones. ([7dcade92](https://github.com/zedseven/clog/commit/7dcade92))
10+
- Add functionality that is on by default to automatically run `git fetch` before collecting data. ([b3180e77](https://github.com/zedseven/clog/commit/b3180e77))
11+
- Document the fact that the `ticket-prefix` option can also be used to turn tickets into full URLs. ([7725606d](https://github.com/zedseven/clog/commit/7725606d))
12+
- Print a message notifying the user that the output has been copied to the clipboard even when the OS doesn't require the program to remain running for the clipboard contents to be valid. ([8079df4a](https://github.com/zedseven/clog/commit/8079df4a))
13+
- Extend the list of operating systems known to not persist clipboard contents to include BSD and Solaris OSes. ([0ca25003](https://github.com/zedseven/clog/commit/0ca25003))
14+
- Print the clipboard notification regardless of the OS, then print the additional information about clipboard persistence if necessary. ([959dc5f3](https://github.com/zedseven/clog/commit/959dc5f3))
15+
- Change the way important informational messages are highlighted during display, to use `[NOTE]` and `[WARNING]`. ([6298a66a](https://github.com/zedseven/clog/commit/6298a66a))
16+
517
## [0.8.3] - 2025-11-05
618

719
### Continuous Integration

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clog"
3-
version = "0.8.3" # Managed by `release.sh`
3+
version = "0.9.0" # Managed by `release.sh`
44
authors = ["Zacchary Dempsey-Plante <zacc@ztdp.ca>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)