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 9ebe3a1 commit f015b0bCopy full SHA for f015b0b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Ascii85 Changelog
2
3
+## [2.0.1] - Unreleased
4
+
5
+### Fixed
6
7
+- Decoding binary data could lead to Encoding errors (Issue #8)
8
9
## [2.0.0] - 2024-08-20
10
11
### BREAKING CHANGES
lib/Ascii85/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Ascii85
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
end
0 commit comments