Skip to content

Commit 63e6071

Browse files
committed
Release v1.0.1
Signed-off-by: James Couball <[email protected]>
1 parent 0aa5865 commit 63e6071

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Changes for each release are listed in this file. Changes prior to v1.0.0 were n
44

55
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
66

7+
## v1.0.1 (2023-12-11)
8+
9+
[Full Changelog](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.0..v1.0.1)
10+
11+
Changes since v1.0.0:
12+
13+
* 0aa5865 Add the CHANGELOG.md to the docs (#26)
14+
715
## v1.0.0 (2023-12-11)
816

917
[Full Changelog](https://github.com/main-branch/github_pages_rake_tasks/compare/v0.1.8..v1.0.0)

lib/github_pages_rake_tasks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
module GithubPagesRakeTasks
55
# Version of this module
6-
VERSION = '1.0.0'
6+
VERSION = '1.0.1'
77
end

0 commit comments

Comments
 (0)