Skip to content

Commit

Permalink
chore: Bump version (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
doc-E-brown authored Jul 22, 2024
1 parent 53ee165 commit b12105b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
- Removes Darwin V7 version 1.0 support
- Updates some API Responses to be optional to account for unexpected API changes
No newline at end of file

## v0.5.0

- Bump dependency versions
- Allow selecting an http stack
- Remove the cargo template binary
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwin-v7"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MIT"
description = "Unofficial rust client for the [V7 annotation platform](https://darwin.v7labs.com/)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Another goal of this crate is to facilitate some ergonomic improvements to the [
This project is completely independent of the [Python package](https://darwin-py-sdk.v7labs.com/) provided by V7 labs and is being written using a combination of the publicly available V7 documentation, previous experience and a thorough use of web browser inspectors.


## :building_construction: State of API Compatibility
## 🏗️ State of API Compatibility

The following table summarises the current state of the API compatibility for the crate.

Expand Down

0 comments on commit b12105b

Please sign in to comment.