Skip to content

Commit 8f1b1e4

Browse files
committed
Bump version to 0.3.0
1 parent 3afe471 commit 8f1b1e4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

autoload/i18n_rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: Vim plugin for Rails I18n
33
" Author: Alexander Skachko <[email protected]>
44
" Homepage: https://github.com/lucerion/vim-i18n-rails
5-
" Version: 0.2.0 (2017-07-14)
5+
" Version: 0.3.0 (2022-06-21)
66
" Licence: BSD-3-Clause
77
" ==============================================================
88

doc/i18n_rails.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Author: Alexander Skachko <[email protected]>
44
Homepage: https://github.com/lucerion/vim-i18n-rails
5-
Version: 0.2.0 (2017-01-02)
5+
Version: 0.3.0 (2022-06-21)
66
Licence: BSD-3-Clause (see vim-i18n-rails-license)
77

88
===============================================================================
@@ -110,6 +110,13 @@ Enable/disable auto preview (open a file on 'j' or 'k' press).
110110
===============================================================================
111111
CHANGELOG *vim-i18n-rails-changelog*
112112

113+
0.3.0 (2022-06-21)~
114+
Changes
115+
* allow commands for the all file types
116+
* removed position option from I18nOpen command (use window split modes instead)
117+
* removed default_position option
118+
* fix locale_key error
119+
113120
0.2.0 (2017-07-14)~
114121
Changes
115122
* code refactoring - use ruby for parsing yaml only

plugin/i18n_rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: Vim plugin for Rails I18n
33
" Author: Alexander Skachko <[email protected]>
44
" Homepage: https://github.com/lucerion/vim-i18n-rails
5-
" Version: 0.2.0 (2017-07-14)
5+
" Version: 0.3.0 (2022-06-21)
66
" Licence: BSD-3-Clause
77
" ==============================================================
88

0 commit comments

Comments
 (0)