Skip to content

Commit

Permalink
Merge pull request #92 from franklin-ai/release/v0.4.0
Browse files Browse the repository at this point in the history
chore: release 0.4.0
  • Loading branch information
TanyaSrinidhi authored Apr 10, 2024
2 parents 5fd8596 + 470c442 commit f460493
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## v0.4.0

- 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
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.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT"
description = "Unofficial rust client for the [V7 annotation platform](https://darwin.v7labs.com/)"
Expand Down
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release Process

* Update version in Cargo.toml using [semantic versioning](https://semver.org/)
* Ensure Cargo.lock is updated after version update.
* Update Changelog.md
* Create a release branch with the tag: `release/v1.x.x` with changes
* Manually create a release on [Github](https://github.com/franklin-ai/darwin-v7/releases/new)

0 comments on commit f460493

Please sign in to comment.