Skip to content

Commit

Permalink
Bumping version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Apr 18, 2024
1 parent 094410c commit 13b4f74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.8.2 (2024-04-18)

* Remove `hash_assoc` and `hash_value` methods

## 0.8.1 (2024-04-07)

* Extend `parse` with different method names
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
syntax_tree_ext (0.8.1)
syntax_tree_ext (0.8.2)
syntax_tree

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/syntax_tree_ext/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SyntaxTreeExt
VERSION = "0.8.1"
VERSION = "0.8.2"
end

0 comments on commit 13b4f74

Please sign in to comment.