Skip to content

Commit f27c780

Browse files
chore(master): release 0.7.0
1 parent bdacab8 commit f27c780

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.6.0"}
1+
{".":"0.7.0"}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/CborgDB/cborg/compare/v0.6.0...v0.7.0) (2023-02-05)
4+
5+
6+
### Features
7+
8+
* **cbor:** add encode array start, indef and break ([85b0ebc](https://github.com/CborgDB/cborg/commit/85b0ebc277884abe054831afbd5ab3087389ae37))
9+
* **cbor:** add encode bytestring ([c66a0a6](https://github.com/CborgDB/cborg/commit/c66a0a6e92ce1fdd438261f3aaee5d9bde725b9f))
10+
* **cbor:** add encode false, true, undefined and break ([69b9143](https://github.com/CborgDB/cborg/commit/69b91435648846120aea8fab7718784b0337fec2))
11+
* **cbor:** add encode map start, indef and break ([254d650](https://github.com/CborgDB/cborg/commit/254d650b7f266825e5a30f44c7b91e14ba3af8b3))
12+
* **cbor:** add encode string indef and rename def ([f1282a2](https://github.com/CborgDB/cborg/commit/f1282a25c501147a93ff079069eba464d91a3992))
13+
* **cbor:** cbor_get_string function ([b38d864](https://github.com/CborgDB/cborg/commit/b38d8643fc075b2f4081c55d2540f4d5a8afb423))
14+
15+
16+
### Bug Fixes
17+
18+
* include for bsd systems ([dec9b01](https://github.com/CborgDB/cborg/commit/dec9b01856360c05377e3e2eabeb10a425934f93))
19+
320
## [0.6.0](https://github.com/CborgDB/cborg/compare/v0.5.0...v0.6.0) (2022-11-01)
421

522

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cmake_minimum_required(VERSION 3.0)
22

3-
project(cborg VERSION 0.6.0 LANGUAGES C) # x-release-please-version
3+
project(cborg VERSION 0.7.0 LANGUAGES C) # x-release-please-version
44
configure_file(${CMAKE_SOURCE_DIR}/include/version.h.in ${CMAKE_BINARY_DIR}/include/version.h @ONLY)
55

6-
project(cborg-cli VERSION 0.6.0 LANGUAGES C) # x-release-please-version
6+
project(cborg-cli VERSION 0.7.0 LANGUAGES C) # x-release-please-version
77
configure_file(${CMAKE_SOURCE_DIR}/include/tools/cli/cb_cli_version.h.in ${CMAKE_BINARY_DIR}/include/tools/cli/cb_cli_version.h @ONLY)
88

99
# BUILD

0 commit comments

Comments
 (0)