Skip to content

Commit

Permalink
Update version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
botimer committed Feb 15, 2022
1 parent c619ce9 commit aa861bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 0.1.1 - 2022-02-15

- Switch from RuboCop to Standard Ruby
- Support Ruby 2.7-3.1 with `delegate` require
2 changes: 1 addition & 1 deletion lib/vizier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Vizier
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit aa861bb

Please sign in to comment.