Skip to content

Commit

Permalink
Bump up to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed May 8, 2023
1 parent bf27293 commit 6fed1f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ doi: 10.5281/zenodo.6633694
url: "https://poac.dev"
repository-code: "https://github.com/poac-dev/poac"

version: 0.5.1
date-released: 2022-12-18
version: 0.6.0
date-released: 2023-05-08
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif ()

cmake_minimum_required(VERSION 3.21)
project(poac
VERSION 0.5.1
VERSION 0.6.0
LANGUAGES CXX
)
message(STATUS "CMake Version: ${CMAKE_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ We regularly avoid auto updating packages to major versions which bring breaking
> "boost/bind" = "1.66.0"
> ```
#### Conan V1 Registry (only on upstream)
#### Conan V1 Registry
Poac also supports Conan V1 Registry. To use it:
Expand Down
2 changes: 1 addition & 1 deletion poac.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poac"
version = "0.5.1"
version = "0.6.0"
edition = 2020
authors = ["Ken Matsui <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6fed1f5

Please sign in to comment.