Skip to content

Commit

Permalink
started prototyping "intelligent component" + bug fixes in V0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Apr 28, 2022
1 parent ef9356a commit da6dcff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ck2/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Prototyping phase

## Dev
## V0.7.10
- added '\n' in save_json
- fixed minor bug in the "find" function (when searching in the root directory of a CK repo)
- fixed bug when pulling new repo with prefix
- added "gen_tmp_file" from CK to utils
- added "get_host_os_info" from CK to utils to support new "intelligent components"
- started prototyping "intelligent component"

## V0.7.9
- documented all internal APIs
Expand Down
2 changes: 1 addition & 1 deletion ck2/cmind/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.9.1"
__version__ = "0.7.10"

from cmind.core import access
from cmind.core import error
Expand Down

0 comments on commit da6dcff

Please sign in to comment.