Skip to content

Commit

Permalink
chore(release): 3.1.1 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gergely Gombos authored Sep 15, 2020
1 parent b97ffc7 commit 298fb96
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endif()
# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 1)
set(ANTIMICROX_PATCH_VERSION 0)
set(ANTIMICROX_PATCH_VERSION 1)

# antilib soname version
set(ANTILIB_MAJOR_VERSION 1)
Expand Down
12 changes: 12 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2020-09-15 Gergely Gombos <[email protected]>

Version 3.1.1

* AppStream XML file revision

* New screenshots

* Add 128x128 icon

* Prepare for Flathub submission

2020-09-09 Paweł Kotiuk <[email protected]>


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="./src/images/antimicrox.png" alt="Icon" width="60"/> AntiMicroX 3.1.0
# <img src="./src/images/antimicrox.png" alt="Icon" width="60"/> AntiMicroX 3.1.1

1. [Description](#description)
2. [License](#license)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<url type="homepage">https://github.com/AntiMicroX/antimicrox/</url>
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
<releases>
<release version="3.1.1" date="2020-09-15" />
<release version="3.1.0" date="2020-09-09" />
<release version="3.0.1" date="2020-08-23" />
<release version="3.0" date="2020-06-11" />
Expand Down

2 comments on commit 298fb96

@OlegPopow
Copy link

@OlegPopow OlegPopow commented on 298fb96 Sep 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the beginning, I congratulate very sincerely on the new release of the application and the next milestone in its further development. Keep up the good work, guys, let's move forward.

I'm really excited about one thing. Most of your commits have the word " chore" in the title.

This is a very ambiguous word and besides its normal meaning (synonym for the word duty) it has very negative meanings such as drudgers for which it is also synonymous. I must admit that as a non-native English speaker this was quite shocking for me.

I ask you not to see this as a jerk, because it was never in my nature. I am a very interesting type of person and I am very interested in this matter. I can't wait for the next editions and changes in this application to be as important as the previous ones.

@gombosg
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🙂
It's semantic commit messages. https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
As we are focusing on setting up docs, packages and releases now, most commits are marked as "chore". It just means "no production code change". I hope "fix"es and "feat"s will also come soon. 🙂

Please sign in to comment.