From f31587515472e9c726d74f65038db8129ddd256e Mon Sep 17 00:00:00 2001 From: jfreegman Date: Tue, 26 Mar 2024 09:52:30 -0400 Subject: [PATCH] chore: bump to version 0.15.0 --- .cirrus.yml | 1 + apidoc/python/source/conf.py | 4 ++-- cfg/global_vars.mk | 2 +- script/build-minimal-static-toxic.sh | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index a5a7b76a6..47fdc9ffc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,6 +6,7 @@ bazel-opt_task: memory: 2G configure_script: - /src/workspace/tools/inject-repo toxic + - sed -i -e 's/build --config=remote/#&/' /src/workspace/.bazelrc.local test_all_script: - cd /src/workspace && bazel test -k //toxic/... diff --git a/apidoc/python/source/conf.py b/apidoc/python/source/conf.py index 92e519cc0..b874f3c87 100644 --- a/apidoc/python/source/conf.py +++ b/apidoc/python/source/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.14.1' +version = '0.15.0' # The full version, including alpha/beta/rc tags. -release = '0.14.1' +release = '0.15.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/cfg/global_vars.mk b/cfg/global_vars.mk index da9b40c1e..bbb647a60 100644 --- a/cfg/global_vars.mk +++ b/cfg/global_vars.mk @@ -1,5 +1,5 @@ # Version -TOXIC_VERSION = 0.14.1 +TOXIC_VERSION = 0.15.0 REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") ifneq (, $(findstring error, $(REV))) VERSION = $(TOXIC_VERSION) diff --git a/script/build-minimal-static-toxic.sh b/script/build-minimal-static-toxic.sh index d368baed3..3d759e15a 100755 --- a/script/build-minimal-static-toxic.sh +++ b/script/build-minimal-static-toxic.sh @@ -136,10 +136,10 @@ mkdir -p "$BUILD_DIR" cd "$BUILD_DIR" # The git hash of the c-toxcore version we're using -TOXCORE_VERSION="77e08876ff516989d6917690aba01eb4e4a60502" +TOXCORE_VERSION="0ec4978de51a113223c56d44dfe0a23c184e4c6d" # The sha256sum of the c-toxcore tarball for TOXCORE_VERSION -TOXCORE_HASH="db243d7fcd1d68005f18b75fd8330abc96584047e7fc0ca3a27eba9cf0e889a5" +TOXCORE_HASH="b1a3fef4493d709508e9e02876a3239abd5c395c618016d67e1cba817d96d19c" TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz"