Skip to main content

Bump the version number; test the new release process

ID
ba9bba9
date
2024-06-03 20:58:31+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
ed8bad8
message
Bump the version number; test the new release process
changed files
3 files, 6 additions, 2 deletions

Changed files

CHANGELOG.md (123) → CHANGELOG.md (196)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a0b45c..bc498f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+## v1.0.2 - 2024-06-03
+
+Test the new release process in GitHub Actions.
+
 ## v1.0.1 - 2022-07-10
 
 Fix the name of the app in the help string.

Cargo.lock (9405) → Cargo.lock (9405)

diff --git a/Cargo.lock b/Cargo.lock
index f7978ab..1ac4fba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -36,7 +36,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 
 [[package]]
 name = "brightness_adjust"
-version = "1.0.0"
+version = "1.0.2"
 dependencies = [
  "clap",
  "palette",

Cargo.toml (121) → Cargo.toml (121)

diff --git a/Cargo.toml b/Cargo.toml
index 5c5ab0f..c88e369 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "brightness_adjust"
-version = "1.0.0"
+version = "1.0.2"
 edition = "2021"
 
 [dependencies]