1
0
Fork 0
mirror of https://github.com/nishiki/swapus.git synced 2024-11-23 12:57:53 +00:00
swapus/CHANGELOG.md

25 lines
500 B
Markdown
Raw Permalink Normal View History

2018-02-01 21:47:53 +00:00
# CHANGELOG
2018-02-07 19:03:37 +00:00
## v1.1.1 (2018-02-07)
* fix: no raise error if a process is terminated during the swapus execution
2018-02-02 22:06:02 +00:00
## v1.1.0 (2018-02-02)
* feat: add option to reverse the output result
* feat: add option to limit the number lines in output
* feat: add option to print the program version
* chore: add test with ruby 2.5.0
2018-02-01 21:47:53 +00:00
## v1.0.2 (2018-02-01)
* fix: remove null character
## v1.0.1 (2017-11-10)
2018-02-02 12:15:09 +00:00
* fix: minimal ruby version (2.3)
* fix license
## v1.0.0 (2017-10-06)
2018-02-01 21:47:53 +00:00
* first version