-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1518 from GaloisInc/rpc-version
rpc version
- Loading branch information
Showing
6 changed files
with
56 additions
and
43 deletions.
There are no files selected for viewing
Submodule cryptol
updated
5 files
+8 −0 | cryptol-remote-api/CHANGELOG.md | |
+4 −4 | cryptol-remote-api/cryptol-remote-api.cabal | |
+10 −0 | cryptol-remote-api/python/CHANGELOG.md | |
+4 −3 | cryptol-remote-api/python/pyproject.toml | |
+1 −1 | deps/argo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Revision history for saw-remote-api | ||
|
||
## 0.1.0.0 -- YYYY-mm-dd | ||
|
||
* First version. Released on an unsuspecting world. | ||
## 0.9.1 -- YYYY-MM-DD | ||
|
||
* NEW CHANGELOG ENTRIES SINCE 0.9.0 GO HERE | ||
|
||
|
||
## 0.9.0 -- 2021-11-19 | ||
|
||
* v0.9 release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Revision history for saw-client | ||
|
||
## 0.9.1 -- YYYY-MM-DD | ||
|
||
* NEW CHANGELOG ENTRIES SINCE 0.9.0 GO HERE | ||
|
||
|
||
## 0.9.0 -- 2021-11-19 | ||
|
||
* v0.9 release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[tool.poetry] | ||
name = "saw-client" | ||
version = "0.8.1" | ||
version = "0.9.1" | ||
readme = "README.md" | ||
description = "SAW client for the SAW 0.8 RPC server" | ||
authors = ["Andrew Kent <[email protected]>", "Aaron Tomb <atomb@galois.com>"] | ||
description = "SAW client for the SAW 0.9 RPC server" | ||
authors = ["Galois, Inc. <saw@galois.com>"] | ||
license = "BSD License" | ||
include = [ | ||
"LICENSE", | ||
|
@@ -14,7 +14,7 @@ include = [ | |
python = "^3.8" | ||
requests = "^2.25.1" | ||
BitVector = "^3.4.9" | ||
cryptol = { path = "../../deps/cryptol/cryptol-remote-api/python/", develop = true } | ||
cryptol = "2.12.0" # { path = "../../deps/cryptol/cryptol-remote-api/python/", develop = true } | ||
argo-client = "~0.0.6" | ||
|
||
[tool.poetry.dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters