From 3c51ea4cf6339259122afa9f06cb65cbe8834c53 Mon Sep 17 00:00:00 2001 From: Chadowo <83732118+Chadowo@users.noreply.github.com> Date: Sun, 20 Aug 2023 21:42:45 -0300 Subject: [PATCH] Bump to 0.1.1 --- CHANGELOG.md | 11 +++++++++++ lib/aniruby/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eee012..8cb706c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/aniruby/version.rb b/lib/aniruby/version.rb index 82fa3b3..cf0490d 100644 --- a/lib/aniruby/version.rb +++ b/lib/aniruby/version.rb @@ -2,7 +2,7 @@ module AniRuby MAJOR = 0 MINOR = 1 - PATCH = 0 + PATCH = 1 # See https://semver.org/ VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}".freeze