Skip to content

Commit 5e563ed

Browse files
committed
Bumping version to 0.4.3
1 parent a584b0f commit 5e563ed

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# CHANGELOG
22

3+
## 0.4.3
4+
5+
* Add parent_class for :class node
6+
* Move process_with_node to instance
7+
* Add Instance#process_with_other_node
8+
* Fix indent for append action
9+
310
## 0.4.2
411

5-
* do not rewrite code in {{ }} in synvert can't rewrite it
6-
* fix indent for replace_with action
12+
* Do not rewrite code in {{ }} in synvert can't rewrite it
13+
* Fix indent for replace_with action
714

815
## 0.4.1
916

10-
* add Rewriter::Helper module to provide common helper methods.
17+
* Add Rewriter::Helper module to provide common helper methods.
1118

1219
## 0.4.0 (2014-07-26)
1320

lib/synvert/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Synvert
44
module Core
5-
VERSION = "0.4.2"
5+
VERSION = "0.4.3"
66
end
77
end

0 commit comments

Comments
 (0)