Skip to content

Commit 599bfd4

Browse files
committed
Version 1.1.0
1 parent 9c01833 commit 599bfd4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0 (6 December 2019)
2+
3+
- add `#pos` to Piperator::IO to get current position
4+
15
## 1.0.0. (13 October 2019)
26

37
- add `Piperator.build` to build pipelines with DSL

lib/piperator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Piperator
22
# Piperator version
3-
VERSION = '1.0.0'.freeze
3+
VERSION = '1.1.0'.freeze
44
end

0 commit comments

Comments
 (0)