Skip to content

Commit

Permalink
Bumping version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jul 2, 2024
1 parent 89fee63 commit 0513f2e
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.3.3 (2024-07-02)

* Fix heredoc `to_source`

## 0.3.2 (2024-04-18)

* Remove `hash_element` and `hash_value` methods
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:
prism_ext (0.3.2)
prism_ext (0.3.3)
prism

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

module PrismExt
VERSION = "0.3.2"
VERSION = "0.3.3"
end

0 comments on commit 0513f2e

Please sign in to comment.