Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadowo committed Aug 21, 2023
1 parent b4af885 commit 3c51ea4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.1.1 - 2023-08-20

### Added

- Add .yardopts to included files

### Fixed

- Required ruby not being used correctly in gemspec


## 0.1.0 - 2023-08-20

Initial release
2 changes: 1 addition & 1 deletion lib/aniruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module AniRuby
MAJOR = 0
MINOR = 1
PATCH = 0
PATCH = 1

# See https://semver.org/
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}".freeze
Expand Down

0 comments on commit 3c51ea4

Please sign in to comment.