-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from franklin-ai/release/v0.4.0
chore: release 0.4.0
- Loading branch information
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |