We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c01833 commit 599bfd4Copy full SHA for 599bfd4
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.0 (6 December 2019)
2
+
3
+- add `#pos` to Piperator::IO to get current position
4
5
## 1.0.0. (13 October 2019)
6
7
- add `Piperator.build` to build pipelines with DSL
lib/piperator/version.rb
@@ -1,4 +1,4 @@
module Piperator
# Piperator version
- VERSION = '1.0.0'.freeze
+ VERSION = '1.1.0'.freeze
end
0 commit comments