Skip to content

Commit

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

## [Unreleased]

## 0.1.2 - 2023-08-20

### Changed

- Downcased the gem name in the gemspec

## 0.1.1 - 2023-08-20

### Added
Expand All @@ -17,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- 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 = 1
PATCH = 2

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

0 comments on commit 677be8f

Please sign in to comment.