Skip to content

Commit 410d855

Browse files
committed
v0.1.6
1 parent eda99ba commit 410d855

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "openagent"
88
readme = "README.md"
99
repository = "https://github.com/hack-ink/openagent"
1010
resolver = "3"
11-
version = "0.1.5"
11+
version = "0.1.6"
1212

1313
[profile.ci-dev]
1414
incremental = false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A comprehensive Rust library providing type-safe, async interfaces to OpenAI API
88

99
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
1010
[![Docs](https://img.shields.io/docsrs/openagent)](https://docs.rs/openagent)
11-
[![Checks](https://github.com/hack-ink/openagent/actions/workflows/checks.yml/badge.svg?branch=main)](https://github.com/hack-ink/openagent/actions/workflows/checks.yml)
11+
[![Checks](https://github.com/hack-ink/openagent/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/hack-ink/openagent/actions/workflows/rust.yml)
1212
[![Release](https://github.com/hack-ink/openagent/actions/workflows/release.yml/badge.svg)](https://github.com/hack-ink/openagent/actions/workflows/release.yml)
1313
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/hack-ink/openagent)](https://github.com/hack-ink/openagent/tags)
1414
[![GitHub last commit](https://img.shields.io/github/last-commit/hack-ink/openagent?color=red&style=plastic)](https://github.com/hack-ink/openagent)

0 commit comments

Comments
 (0)