Skip to content

Commit

Permalink
chore: Release v1.1.0 (#4)
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 Jul 27, 2024
1 parent b5a7d19 commit cb50d4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/alanoliveira/motw/compare/v1.0.0...v1.1.0) (2024-07-27)


### Features

* add an option to disable hitbox view ([b5a7d19](https://github.com/alanoliveira/motw/commit/b5a7d197e18189ad97ad1619becce675e9aba112))


### Bug Fixes

* when replaying inputs mirror directions if necessary ([db4a10c](https://github.com/alanoliveira/motw/commit/db4a10cf3ea812dd8a33eb1a695cb4dd504943c7))

## 1.0.0 (2023-12-11)


Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = "motw",
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "1.0.0", // x-release-please-version
.version = "1.1.0", // x-release-please-version

// This field is optional.
// This is currently advisory only; Zig does not yet do anything
Expand Down

0 comments on commit cb50d4b

Please sign in to comment.