From ba87b84ba9a0daf3cb1de7cef9e835102d5f7800 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:03:55 +1300 Subject: [PATCH] chore(main): release 0.9.0 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4bbdd4..ad02c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/orbiter-rs/orbiter/compare/v0.8.0...v0.9.0) (2024-01-07) + + +### Features + +* enable basic mac and windows builds (no mac signing, no win installer) ([9b9b53a](https://github.com/orbiter-rs/orbiter/commit/9b9b53aadff769e262b1eb70bab5c3ed7f8cd80d)) + ## [0.8.0](https://github.com/orbiter-rs/orbiter/compare/v0.7.0...v0.8.0) (2024-01-06) diff --git a/Cargo.lock b/Cargo.lock index c365536..67cd847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,7 +650,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "orbiter" -version = "0.8.0" +version = "0.9.0" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 56d60cf..fd02068 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orbiter" -version = "0.8.0" +version = "0.9.0" authors = ["Chris Chou "] edition = "2018" license = "MIT"