Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascco committed Oct 16, 2023
1 parent 501244d commit 3922b6c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
This project follows [semver 2.0.0](http://semver.org/spec/v2.0.0.html).

- [Unreleased](#unreleased)
- [0.1.1 (2023-10-15)](#011-2023-10-15)
- [Fixed](#fixed)
- [0.1.0 (2023-10-15)](#010-2023-10-15)
- [Added](#added)

## Unreleased

0.1.1 (2023-10-15)
------------------
### Fixed

* Bug on require.

0.1.0 (2023-10-15)
------------------
### Added
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubrik (0.1.0)
rubrik (0.1.1)
pdf-reader (~> 2.10)
sorbet-runtime (~> 0.5)

Expand Down Expand Up @@ -70,4 +70,4 @@ DEPENDENCIES
tapioca

BUNDLED WITH
2.4.20
2.4.19
2 changes: 1 addition & 1 deletion lib/rubrik/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rubrik
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 3922b6c

Please sign in to comment.