We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5e965 commit 2c145a5Copy full SHA for 2c145a5
CHANGELOG.mdown
@@ -1,3 +1,8 @@
1
+# 1.4.0
2
+
3
+- [FEATURE] adds ability to parse non-numerical tags ([#23](https://github.com/railslove/cmxl/issues/23)) \
4
+ Thanks to [@prometh07](https://github.com/prometh07)
5
6
# 1.3.0
7
8
- [FEATURE] adds MT942 compatibility
lib/cmxl/version.rb
@@ -1,3 +1,3 @@
module Cmxl
- VERSION = '1.3.0'.freeze
+ VERSION = '1.4.0'.freeze
end
0 commit comments