Skip to content

Commit 86e7825

Browse files
committed
chore: bump tags to 0.10.0
1 parent 6fee1f4 commit 86e7825

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.20)
2-
project(cbor_tags VERSION 0.9.5)
2+
project(cbor_tags VERSION 0.10.0)
33

44
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
55
set(CMAKE_CXX_STANDARD 20)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ include(FetchContent)
727727
FetchContent_Declare(
728728
cbor_tags
729729
GIT_REPOSITORY https://github.com/jkammerland/cbor_tags.git
730-
GIT_TAG v0.9.5 # or specify a particular commit/tag
730+
GIT_TAG v0.10.0 # or specify a particular commit/tag
731731
)
732732
733733
FetchContent_MakeAvailable(cbor_tags)

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class CborTagsConan(ConanFile):
55
name = "cbor-tags"
6-
version = "0.9.5"
6+
version = "0.10.0"
77
license = "MIT"
88
description = "Binary tagging library with automatic encoding/decoding for CBOR"
99
homepage = "https://github.com/jkammerland/cbor_tags"

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cbor-tags",
3-
"version": "0.9.5",
3+
"version": "0.10.0",
44
"description": "RFC 8949 implementation with automatic reflection",
55
"homepage": "https://github.com/jkammerland/cbor_tags",
66
"license": "MIT",

0 commit comments

Comments
 (0)