From fa6381579a2ec6ccaa45b186798d6e0b542b19bd Mon Sep 17 00:00:00 2001 From: Moeki Kawakami Date: Sat, 9 Mar 2024 09:43:14 +0900 Subject: [PATCH] Bump up to 0.1.11 --- CHANGELOG.md | 7 +++++-- Gemfile.lock | 2 +- lib/baran/version.rb | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1233987..7b0b3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ - Update README - ## [0.1.2] - 2023-05-28 - Fix README @@ -24,4 +23,8 @@ ## [0.1.5] - 2023-06-02 -- Refactor \ No newline at end of file +- Refactor + +## [0.1.10] - 2024-03-09 + +- https://github.com/kawakamimoeki/baran/pull/17 diff --git a/Gemfile.lock b/Gemfile.lock index ae8a0a6..5f76dcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - baran (0.1.10) + baran (0.1.11) GEM remote: https://rubygems.org/ diff --git a/lib/baran/version.rb b/lib/baran/version.rb index 7266b5f..6dbe85b 100644 --- a/lib/baran/version.rb +++ b/lib/baran/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Baran - VERSION = "0.1.10" + VERSION = "0.1.11" end