Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
updates for tagging 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsudaiki committed Nov 17, 2021
1 parent ee18232 commit 32330c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0] - 2021-11-17

### Changed
- use error-container of libKitsunemimiCommon for error-output


## [0.1.1] - 2021-10-27

### Changed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ IMPORTANT: All my projects are only tested on Linux.

Repository-Name | Version-Tag | Download-Path
--- | --- | ---
libKitsunemimiCommon | v0.22.0 | https://github.com/kitsudaiki/libKitsunemimiCommon.git
libKitsunemimiCrypto | v0.1.1 | -
libKitsunemimiJson | v0.10.8 | https://github.com/kitsudaiki/libKitsunemimiJson.git
libKitsunemimiCommon | v0.23.0 | https://github.com/kitsudaiki/libKitsunemimiCommon.git
libKitsunemimiCrypto | v0.2.0 | -
libKitsunemimiJson | v0.11.0 | https://github.com/kitsudaiki/libKitsunemimiJson.git

HINT: These Kitsunemimi-Libraries will be downloaded and build automatically with the build-script below.

Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ function get_required_private_repo_github () {

#-----------------------------------------------------------------------------------------------------------------

get_required_kitsune_lib_repo "libKitsunemimiCommon" "v0.22.0" 4 "staticlib"
get_required_kitsune_lib_repo "libKitsunemimiCommon" "v0.23.0" 4 "staticlib"

get_required_kitsune_lib_repo "libKitsunemimiCrypto" "master" 4 "staticlib"
get_required_kitsune_lib_repo "libKitsunemimiCrypto" "v0.2.0" 4 "staticlib"

get_required_kitsune_lib_repo "libKitsunemimiJson" "v0.10.8" 4 "staticlib"
get_required_kitsune_lib_repo "libKitsunemimiJson" "v0.11.0" 4 "staticlib"

#-----------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ QT -= qt core gui
TARGET = KitsunemimiJwt
TEMPLATE = lib
CONFIG += c++17
VERSION = 0.1.1
VERSION = 0.2.0

LIBS += -L../../libKitsunemimiCommon/src -lKitsunemimiCommon
LIBS += -L../../libKitsunemimiCommon/src/debug -lKitsunemimiCommon
Expand Down

0 comments on commit 32330c1

Please sign in to comment.