Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Jul 7, 2021
1 parent e0a54c6 commit 1864ce4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bitccl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.6"
VERSION = "0.1.0"

0 comments on commit 1864ce4

Please sign in to comment.