Skip to content

Commit

Permalink
V2.0.3
Browse files Browse the repository at this point in the history
   - added support to handle broken CM repositories: mlcommons/ck#1177
   - added "cm checkout repo mlcommons@ck --branch=dev" to make it easier to switch branches
   - added "cm import repo" to import repository in the current directory
  • Loading branch information
gfursin authored and pgmpablo157321 committed Mar 20, 2024
1 parent 702ef5d commit f84069a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cm/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## V2.0.3
- added support to handle broken CM repositories: https://github.com/mlcommons/ck/issues/1177
- added "cm checkout repo mlcommons@ck --branch=dev" to make it easier to switch branches
- added "cm import repo" to import repository in the current directory

## V2.0.2
- added support to update all CM Git repos in one go: "cm pull repo"
- added support to show extra info about CM Git repos: "cm show repo"
Expand Down
2 changes: 1 addition & 1 deletion cm/cmind/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.2.1"
__version__ = "2.0.3"

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

0 comments on commit f84069a

Please sign in to comment.