Skip to content

Commit

Permalink
Release gcp-vertex-ai-generative-ai v0.1.0, gcp-vertex-ai-generative-…
Browse files Browse the repository at this point in the history
…language v0.1.1
  • Loading branch information
ssoudan committed May 17, 2023
1 parent 5f513e4 commit abb6a62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Well not much at this point. It is the start.

## 0.1.0 (2023-05-17)

<csr-id-60280b48513450f846135475fd273f1fda9ef9e6/>

### Chore

- <csr-id-60280b48513450f846135475fd273f1fda9ef9e6/> get this thing to be published
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition.workspace = true

[dev-dependencies]
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
gcp-vertex-ai-generative-language = { path = "./language", version = "0.1.0" }
gcp-vertex-ai-generative-language = { path = "./language", version = "^0.1.1" }

[workspace]
members = ["language"]
Expand Down
5 changes: 4 additions & 1 deletion language/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.1.1 (2023-05-17)

<csr-id-e6c2e6bd3a4ff625cd3db5545c747418efa0507c/>

### Chore

- <csr-id-e6c2e6bd3a4ff625cd3db5545c747418efa0507c/> moved stuffs around
Expand All @@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 2 commits contributed to the release.
- 3 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -26,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release gcp-vertex-ai-generative-ai v0.1.0, gcp-vertex-ai-generative-language v0.1.1 ([`1a79a47`](https://github.com/ssoudan/gcp-vertex-ai-generative-ai/commit/1a79a47c00ed01bf5b004e7e5849cb6ae5735657))
- Adjusting changelogs prior to release of gcp-vertex-ai-generative-ai v0.1.0, gcp-vertex-ai-generative-language v0.1.1 ([`d9f1368`](https://github.com/ssoudan/gcp-vertex-ai-generative-ai/commit/d9f13683b0e44a274fa1e736ba2a9140fbcc3968))
- Moved stuffs around ([`e6c2e6b`](https://github.com/ssoudan/gcp-vertex-ai-generative-ai/commit/e6c2e6bd3a4ff625cd3db5545c747418efa0507c))
</details>
Expand Down

0 comments on commit abb6a62

Please sign in to comment.