Skip to content

Commit

Permalink
chore(release): 2.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.17.0](v2.16.1...v2.17.0) (2022-12-14)

### Bug Fixes

* invalid header when writing a `ZipFile` ([#169](#169)) ([6e703eb](6e703eb))

### Features

* improve missing compatibility annotation tracing log ([e473a88](e473a88))
* trace logs when compatibility annotation is missing ([#166](#166)) ([c590bf5](c590bf5))
  • Loading branch information
semantic-release-bot committed Dec 14, 2022
1 parent 60266fc commit 0398ef6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.17.0](https://github.com/revanced/revanced-cli/compare/v2.16.1...v2.17.0) (2022-12-14)


### Bug Fixes

* invalid header when writing a `ZipFile` ([#169](https://github.com/revanced/revanced-cli/issues/169)) ([6e703eb](https://github.com/revanced/revanced-cli/commit/6e703eb8e8d7da0e52266c4965f37bc8aafb409c))


### Features

* improve missing compatibility annotation tracing log ([e473a88](https://github.com/revanced/revanced-cli/commit/e473a889c0e78910480fd8572c41099f9542429f))
* trace logs when compatibility annotation is missing ([#166](https://github.com/revanced/revanced-cli/issues/166)) ([c590bf5](https://github.com/revanced/revanced-cli/commit/c590bf559c4d2d2667c2af0c0da23d4706fcd4b7))

# [2.17.0-dev.4](https://github.com/revanced/revanced-cli/compare/v2.17.0-dev.3...v2.17.0-dev.4) (2022-12-14)

# [2.17.0-dev.3](https://github.com/revanced/revanced-cli/compare/v2.17.0-dev.2...v2.17.0-dev.3) (2022-12-14)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style = official
version = 2.17.0-dev.4
version = 2.17.0

0 comments on commit 0398ef6

Please sign in to comment.