Skip to content

Commit

Permalink
chore: 3.1.5 release (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk authored Mar 14, 2021
1 parent f4af7ef commit b454bf4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.1.5](https://github.com/AntiMicroX/antimicrox/tree/3.1.5) (2021-03-14)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.1.4...3.1.5)

Big thanks to @mirabilos for help with Debian packages migration and cleaning up project.

**Notable closed issues:**
- Migrate DEB packages to antimicrox [\#87](https://github.com/AntiMicroX/antimicrox/issues/87)
- Integrate builds marking with docs cmake and CI [\#143](https://github.com/AntiMicroX/antimicrox/pull/143)

**Other merged pull requests:**

- Allow cleaner marking package builds [\#143](https://github.com/AntiMicroX/antimicrox/pull/143) ([mirabilos](https://github.com/mirabilos))
- fix appdata formatting [\#142](https://github.com/AntiMicroX/antimicrox/pull/142) ([mirabilos](https://github.com/mirabilos))
- apply lintian-provided spelling fixes [\#141](https://github.com/AntiMicroX/antimicrox/pull/141) ([mirabilos](https://github.com/mirabilos))
- fix the manpage \(hyphen as minus sign\) [\#140](https://github.com/AntiMicroX/antimicrox/pull/140) ([mirabilos](https://github.com/mirabilos))
- fix: change deb arch prefix for building AppImage [\#135](https://github.com/AntiMicroX/antimicrox/pull/135) ([pktiuk](https://github.com/pktiuk))

## [3.1.4](https://github.com/AntiMicroX/antimicrox/tree/3.1.4) (2021-01-11)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.1.3...3.1.4)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ endif(COMPILER_SUPPORTS_CXX11)
# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 1)
set(ANTIMICROX_PATCH_VERSION 4)
set(ANTIMICROX_PATCH_VERSION 5)

option(WITH_TESTS "Allow tests for classes" OFF)

Expand Down

0 comments on commit b454bf4

Please sign in to comment.