Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed Nov 8, 2021
1 parent 8c4b5d9 commit 3613153
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## next release
## [1.2.0] - 2021-11-08
### Added
- method `delete` in `StoragePool` to cleanup results of a task
- new optional method `delete` in `StoragePool` to cleanup results of a task
- new `STORAGE_DELETE` and `STORAGE_DELETED` traces emitted on
DataStorage.delete

### Credits
- thanks to @vlagorsse for `DataStorage.delete` and new delete related traces
emitted

## [1.1.1] - 2021-06-01
### Fixed
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fridolin Pokorny <fridolin.pokorny@gmail.com>
Pavel Kajaba <pavel@redhat.com>
Vincent Lagorsse @vlagorsse
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Crossroad
- `Travis CI <https://travis-ci.org/selinon/selinon>`__


Last stable release: `Selinon 1.1.1 <https://pypi.org/project/selinon/1.1.1/>`_
Last stable release: `Selinon 1.2.0 <https://pypi.org/project/selinon/1.2.0/>`_

TLDR;
-----
Expand Down
2 changes: 1 addition & 1 deletion selinon/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
selinon_version = '1.1.1'
selinon_version = '1.2.0'

0 comments on commit 3613153

Please sign in to comment.