Skip to content

Commit

Permalink
CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darodi committed Nov 9, 2022
1 parent a4f9176 commit 645b83d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/package-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
with:
name: AppImage
path: './*.AppImage*'
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# prerelease: true
# generate_release_notes: true
# files: |
# CHANGELOG.md
# LICENSE.txt
# dist/kcc_linux
# *.AppImage*
- name: Release
uses: softprops/action-gh-release@v1
with:
prerelease: true
generate_release_notes: true
files: |
CHANGELOG.md
LICENSE.txt
dist/kcc_linux
*.AppImage*
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

#### 5.5.3b10:
* Linux version and appImage [darodi/kcc#6](https://github.com/darodi/kcc/issues/6), thanks [@darodi](https://github.com/darodi)

#### 5.5.3b9:
* docker image for command line [darodi/kcc#5](https://github.com/darodi/kcc/issues/5), thanks [@darodi](https://github.com/darodi)

Expand Down
2 changes: 1 addition & 1 deletion kindlecomicconverter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.5.3b9'
__version__ = '5.5.3b10'
__license__ = 'ISC'
__copyright__ = '2012-2022, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>, darodi'
__docformat__ = 'restructuredtext en'

0 comments on commit 645b83d

Please sign in to comment.