Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#19)
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 Nov 30, 2023
1 parent ae825a5 commit d6d00d1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "1.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0](https://github.com/kevinah95/KLizard/compare/v0.5.0...v1.0.0) (2023-11-30)


### ⚠ BREAKING CHANGES

* Now states return Boolean?

### Bug Fixes

* change invoke implementation in CodeStateMachine ([ae825a5](https://github.com/kevinah95/KLizard/commit/ae825a5973875e87ec0f14f0ec0ffb2ce477c76f))

## [0.5.0](https://github.com/kevinah95/KLizard/compare/v0.4.0...v0.5.0) (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
}

group = "io.github.kevinah95"
version = "0.5.1-SNAPSHOT" // x-release-please-version
version = "1.0.0" // x-release-please-version

repositories {
mavenCentral()
Expand Down

0 comments on commit d6d00d1

Please sign in to comment.