Skip to content

Commit

Permalink
Increases version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkarlen committed Mar 24, 2019
1 parent 62a6206 commit c4fb798
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.11.0] - 2019-03-24

### Changed

- Instruction `exists`: Replaces file type option with `FILE-MATCHER`

E.g. `exists -file f.txt` is replaced by `exists f.txt : type file`

## [0.10.0] - 2019-02-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/exactly_lib/program_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROGRAM_NAME = 'exactly'

VERSION = '0.10.0-PLUS'
VERSION = '0.11.0'

PYTHON_INTERPRETER_WHICH_CAN_RUN_THIS_PROGRAM = 'The Python interpreter (Python >= 3.5).'

0 comments on commit c4fb798

Please sign in to comment.