Skip to content

Commit

Permalink
Set version to 0.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Sep 29, 2022
1 parent baf646a commit fe6d6bd
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 52 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(
zenohc
VERSION 0.6.0.0
VERSION 0.6.0.1
DESCRIPTION "The C bindings for Zenoh"
HOMEPAGE_URL "https://github.com/eclipse-zenoh/zenoh-c"
LANGUAGES C
Expand Down
107 changes: 64 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-c"
version = "0.6.0-dev"
version = "0.6.0-beta.1"
repository = "https://github.com/eclipse-zenoh/zenoh-c"
homepage = "http://zenoh.io"
authors = [
Expand Down Expand Up @@ -45,9 +45,9 @@ libc = "0.2.133"
log = "0.4.17"
rand = "0.8.5"
spin = "0.9.4"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-protocol-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh = { version = "0.6.0-beta.1" }
zenoh-protocol-core = { version = "0.6.0-beta.1" }
zenoh-util = { version = "0.6.0-beta.1" }

[build-dependencies]
cbindgen = "0.24.3"
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ libc = "0.2.133"
log = "0.4.17"
rand = "0.8.5"
spin = "0.9.4"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-protocol-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh = { version = "0.6.0-beta.1" }
zenoh-protocol-core = { version = "0.6.0-beta.1" }
zenoh-util = { version = "0.6.0-beta.1" }

[build-dependencies]
cbindgen = "0.24.3"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = 'zenoh-c'
copyright = '2017, 2022 ZettaScale Technology'
author = 'ZettaScale Zenoh team'
release = '0.6.0-dev'
release = '0.6.0-beta.1'

# -- General configuration ---------------------------------------------------
master_doc = 'index'
Expand Down

0 comments on commit fe6d6bd

Please sign in to comment.