Skip to content

Commit

Permalink
Prepare for 1.3.5 release (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Aug 5, 2022
1 parent 1f9e128 commit 9b124d2
Show file tree
Hide file tree
Showing 47 changed files with 208 additions and 4,828 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

# KAR: A Runtime for the Hybrid Cloud

# KAR 1.3.5 - 2022-08-05
+ New distributed debugger for KAR (#338, #340)

# KAR 1.3.4 - 2022-07-05
+ Upgrade kind from 0.12.0 to 0.14.0 (#333)
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/release-procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ python3 -m build
```
5. Publish the contents of the dist subdirectory to PyPi:
```
python3 -m twine upload --repository pypi dist/*
python3 -m twine upload --repository kar dist/*
```

### Publish Helm Chart
Expand Down
202 changes: 0 additions & 202 deletions examples/actors-deadlock-test/.yalc/kar-sdk/LICENSE.txt

This file was deleted.

Loading

0 comments on commit 9b124d2

Please sign in to comment.