Skip to content

Commit

Permalink
Bump version to 1.6.5 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
buschmann23 committed Mar 26, 2022
1 parent c010239 commit 971a264
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
HBN SFOS Components 1.6.5 - 2022-03-26
* new: add libstdc++ to the list of used 3rd party applications
* new: GPLv3 and GCC Runtime Library Exception license file
GPLv3GCCRLE.qml

HBN SFOS Components 1.6.4 - 2022-03-07
* fixed: do not put created icon providers into std::unique_ptr
as they will already be put into QSharedPointer by
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(SET CMP0048 NEW)
cmake_policy(SET CMP0077 NEW)

project(libHbnSfosComponents
VERSION 1.6.4
VERSION 1.6.5
DESCRIPTION "A set of QML components to use on Sailfish OS."
LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branch/tag to work with. Or integrate it as a submodule into your project git tr

### Cloning and branching

git clone --branch v1.6.4 https://github.com/Huessenbergnetz/HBN_SFOS_Components.git
git clone --branch v1.6.5 https://github.com/Huessenbergnetz/HBN_SFOS_Components.git

### Requirements
* [HBN SFOS Cmake](https://github.com/Huessenbergnetz/HBN_SFOS_Cmake)
Expand Down

0 comments on commit 971a264

Please sign in to comment.