Skip to content

Commit da3a56c

Browse files
authored
Merge pull request #1 from rubyists/release-please--branches--main
chore(main): release 0.0.2
2 parents 22e847c + ea26683 commit da3a56c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/rubyists/domeapi/compare/v0.0.1...v0.0.2) (2026-01-04)
4+
5+
6+
### Features
7+
8+
* initial commit ([b2c9e75](https://github.com/rubyists/domeapi/commit/b2c9e75180e3da1f7a11ca588efe7cc00ed8f396))
9+
10+
11+
### Bug Fixes
12+
13+
* adds .gitkeep to the operations directory to satisfy zeitwork loader ([489f73f](https://github.com/rubyists/domeapi/commit/489f73fb00082d13d566a569a7f2e8cab061e32a))

lib/domeapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Rubyists
44
# Domeapi module
55
module Domeapi
66
# x-release-please-start-version
7-
VERSION = '0.0.1'
7+
VERSION = '0.0.2'
88
# x-release-please-end
99
end
1010
end

0 commit comments

Comments
 (0)