Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 27, 2024
1 parent f97985f commit 0073d6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.1.0 (2024-09-27)


### Features

* **adventure:** add adventure module ([073f790](https://github.com/tozydev/foras/commit/073f7903406043f49d523e4245330bc377f098d1))
* **core:** add core module ([b1cf314](https://github.com/tozydev/foras/commit/b1cf314ac9d38a7f0b3705ea93015859d51fde36))
* **jackson:** add jackson module ([08b0b09](https://github.com/tozydev/foras/commit/08b0b09ef1cb4e707e60bbb9224fff523024d91e))
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=io.github.tozydev
# x-release-please-start-version
version=0.0.1-SNAPSHOT
version=0.1.0
# x-release-please-end
pluginName=paper-template
jdkVersion=21
Expand Down

0 comments on commit 0073d6b

Please sign in to comment.