From 470c442001c69ad4321b7f40ae34507a9cfe7274 Mon Sep 17 00:00:00 2001 From: Tanya Srinidhi Date: Wed, 10 Apr 2024 16:43:07 +1000 Subject: [PATCH] chore: update version --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE.md | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ed34f69 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index e09e33f..a7b8451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "darwin-v7" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 409d84d..f6ac3d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/)" diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..ae3809b --- /dev/null +++ b/RELEASE.md @@ -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)