Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 16, 2023
1 parent d556ec6 commit 75debe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## master

- Add `import_template` command.
## 0.2.0 (2023-04-15)

- Add `#import_template` directive to inline other templates.

## 0.1.4 (2023-04-11)

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

module RubyBytes # :nodoc:
VERSION = "0.1.4"
VERSION = "0.2.0"
end

0 comments on commit 75debe8

Please sign in to comment.