Skip to content

Commit

Permalink
Prepare Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Nov 5, 2024
1 parent 374d80b commit c51c922
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ license: "Apache-2.0"
message: "If you use this software, please cite https://doi.org/10.1016/j.simpa.2020.100019"
repository-code: "https://github.com/kieker-monitoring/kieker"
title: Kieker
version: "2.0.0"
version: "2.0.2"
3 changes: 3 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ http://kieker-monitoring.net) contains details on the changes.

Please refer to the Kieker User Guide for details on using Kieker.

* 2.0.2 (October 5, 2024)
- TODO

* 2.0.1 (October 19, 2024)
- Rebranding: Name Kieker an obserability tool and mention tracing where necessary (since Kieker always did method execution tracing, but was calling this monitoring)
- Minor fixes
Expand Down
2 changes: 1 addition & 1 deletion bin/dev/assemble-tools-architecture-recovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BIN_DIR=$(cd "$(dirname "$0")"; pwd)

BASE_DIR="${BIN_DIR}/../.."
KIEKER_VERSION="2.0.2-SNAPSHOT"
KIEKER_VERSION="2.0.2"

PACKAGE_NAME=architecture-recovery
BUILD_PATH="${BASE_DIR}/build/${PACKAGE_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion bin/dev/assemble-tools-trace-analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BIN_DIR=$(cd "$(dirname "$0")"; pwd)

BASE_DIR="${BIN_DIR}/../.."
KIEKER_VERSION="2.0.2-SNAPSHOT"
KIEKER_VERSION="2.0.2"

PACKAGE_NAME=trace-analysis
BUILD_PATH="${BASE_DIR}/build/${PACKAGE_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion bin/dev/assemble-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BIN_DIR=$(cd "$(dirname "$0")"; pwd)

BASE_DIR="${BIN_DIR}/../.."
KIEKER_VERSION="2.0.2-SNAPSHOT"
KIEKER_VERSION="2.0.2"

"${BIN_DIR}/assemble-tools-architecture-recovery.sh"

Expand Down
2 changes: 1 addition & 1 deletion bin/dev/release-check-short.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# include common variables and functions
source "$(dirname $0)/release-check-common.sh"

KIEKER_VERSION="2.0.2-SNAPSHOT"
KIEKER_VERSION="2.0.2"

# lists the files included in an archive without extracting it
function cat_archive_content {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kiekerPackagenamebase = kieker
kiekerName = Kieker Framework
kiekerVersion = 2.0.2-SNAPSHOT
kiekerVersion = 2.0.2
kiekerCopyright = Kieker Project

dirConfig = config
Expand Down

0 comments on commit c51c922

Please sign in to comment.