Skip to content

Commit

Permalink
new version (#205)
Browse files Browse the repository at this point in the history
* new version

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tyki6 and pre-commit-ci[bot] committed Jul 5, 2021
1 parent 5dae184 commit f056486
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.2.0] - 05-07-2021
### Changed
- architecture change #203
- new package
### Added
- better output
- color output
- list output
## [1.1.1] - 19-12-2020
### Changed
- docker img
Expand Down
9 changes: 8 additions & 1 deletion docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.2.0] - 05-07-2021
### Changed
- architecture change #203
- new package
### Added
- better output
- color output
- list output
## [1.1.1] - 19-12-2020
### Changed
- docker img
Expand Down
4 changes: 2 additions & 2 deletions rawsec_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# autogenerated
__version__ = "1.1.1"
__commit__ = "b016911fc24a3502b546f6001e59f94aa1bda62b"
__version__ = "1.2.0"
__commit__ = "de3db68387837cf0d0c93d94f214f9fd77eb5eb8"

0 comments on commit f056486

Please sign in to comment.