Skip to content

Commit

Permalink
Fix windows release pipeline and initiate 2.26.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Dec 15, 2023
1 parent 64f5bcd commit d1477dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ jobs:
- run: .circleci\windows\prepare.bat
- run: .circleci\windows\clib\deploy_release.bat
- persist_to_workspace:
root: ~/dist
root: dist
paths: ["./*"]

############
Expand Down Expand Up @@ -1032,7 +1032,7 @@ jobs:
- run: .circleci\windows\prepare.bat
- run: .circleci\windows\cpp\deploy_release.bat
- persist_to_workspace:
root: ~/dist
root: dist
paths: ["./*"]

################################
Expand Down
20 changes: 7 additions & 13 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Documentation: https://typedb.com/docs/clients/rust-driver


```sh
cargo add [email protected].0
cargo add [email protected].1
```


Expand All @@ -29,7 +29,7 @@ Documentation: https://typedb.com/docs/clients/java-driver
<dependency>
<groupid>com.vaticle.typedb</groupid>
<artifactid>typedb-driver</artifactid>
<version>2.26.0</version>
<version>2.26.1</version>
</dependency>
</dependencies>
```
Expand All @@ -42,7 +42,7 @@ Documentation: https://typedb.com/docs/clients/python-driver
Available through https://pypi.org

```
pip install typedb-driver==2.26.0
pip install typedb-driver==2.26.1
```

### NodeJS driver
Expand All @@ -56,11 +56,11 @@ npm install typedb-driver@

### C++ driver

Compiled distributions comprising headers and shared libraries available at: https://github.com/vaticle/typedb-driver/releases/tag/2.26.0
Compiled distributions comprising headers and shared libraries available at: https://github.com/vaticle/typedb-driver/releases/tag/2.26.1

### C driver

Compiled distributions comprising headers and shared libraries available at: https://github.com/vaticle/typedb-driver/releases/tag/2.26.0
Compiled distributions comprising headers and shared libraries available at: https://github.com/vaticle/typedb-driver/releases/tag/2.26.1



Expand Down Expand Up @@ -118,16 +118,10 @@ Compiled distributions comprising headers and shared libraries available at: htt
## Other Improvements
- **Fix circleci assembly tests for C++ driver**
Fix assembly test paths broken in previous commit
- **Update dependencies and VERSION to 2.26.0**
- **Release pipeline for C++ driver**
Introduce build targets & jobs for the release pipeline of the C++ driver
- **Add CLS and ENT as enterprise error message synonyms**
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.26.0
2.26.1

0 comments on commit d1477dd

Please sign in to comment.