From 1864ce4d4bc2d47cc41bd799758bf07e3ca33f4d Mon Sep 17 00:00:00 2001 From: MrNaif2018 Date: Wed, 7 Jul 2021 14:46:02 +0300 Subject: [PATCH] Version 0.1.0 --- CHANGELOG.md | 8 ++++++++ bitccl/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0193e85..fa42db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Latest changes +## 0.1.0 + +Better, safer compiler by using RestrictedPython + +Now it should not be possible to get access to arbitrary modules via existing python objects available. + +For more details see [How does BitCCL secure the users](https://github.com/bitcartcc/bitccl/blob/master/README.md#how-does-bitccl-secure-the-users) + ## 0.0.6 Drop python 3.6 support (we support 3 latest python releases) diff --git a/bitccl/version.py b/bitccl/version.py index 9b0a593..1cf6267 100644 --- a/bitccl/version.py +++ b/bitccl/version.py @@ -1 +1 @@ -VERSION = "0.0.6" +VERSION = "0.1.0"