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 363155d commit c2abcc4Copy full SHA for c2abcc4
History.txt
@@ -1,3 +1,7 @@
1
+= 1.1.6 / 2012-05-25
2
+ * Bug fixes
3
+ * Better handling of utf-8 characters
4
+
5
= 1.1.5 / 2011-12-09
6
* Bug fixes
7
* Faster and more secure C BERT decoder
VERSION
@@ -1 +1 @@
-1.1.5
+1.1.6
bert.gemspec
@@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{bert}
8
- s.version = "1.1.5"
+ s.version = "1.1.6"
9
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
s.authors = ["Tom Preston-Werner"]
0 commit comments