Skip to content

Commit

Permalink
Release 0.0.1-alpha.2 (#38)
Browse files Browse the repository at this point in the history
This alpha release contains a lot of fixes to bugs discovered during
the comprehensive testing.
  • Loading branch information
mristin authored Mar 23, 2024
1 parent 7b50864 commit eddad37
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(aas_core3)
set(AAS_CORE3_VERSION_MAJOR 0 CACHE STRING "major version" FORCE)
set(AAS_CORE3_VERSION_MINOR 0 CACHE STRING "minor version" FORCE)
set(AAS_CORE3_VERSION_PATCH 1 CACHE STRING "patch version" FORCE)
set(AAS_CORE3_VERSION_SUFFIX alpha.1 CACHE STRING "patch version" FORCE)
set(AAS_CORE3_VERSION_SUFFIX alpha.2 CACHE STRING "patch version" FORCE)

if (NOT "${AAS_CORE3_VERSION_SUFFIX}" STREQUAL "")
set(AAS_CORE3_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "aas-core3"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.0.1-alpha.1
PROJECT_NUMBER = 0.0.1-alpha.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
5 changes: 5 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.0.1-alpha.2 (2024-03-23)

This alpha release contains a lot of fixes to bugs discovered during
the comprehensive testing.

## 0.0.1-alpha.1 (2024-01-17)

This is the initial alpha release, ready for first reviews.
1 change: 0 additions & 1 deletion doc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ When you want to update the version, please undertake the following steps:

* Update the version in `CMakeLists.txt`,
* Update the version in `vpckg.json`,
* Update the version in
* Update the version in `Doxyfile`, and
* Write an entry in `doc/changelog.md`.

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aas-core3-0-cpp",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"homepage": "https://github.com/aas-core-works/aas-core3.0-cpp",
"description": "Manipulate, verify and de/serialize asset administration shells in C++.",
"license": "MIT",
Expand Down

0 comments on commit eddad37

Please sign in to comment.