From 8429f7da7d9916b5f91bd64bdcbf90a9c3f16a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Iooss?= <13920346+Net-Mist@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:08:23 +0100 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfa613..927ade9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0](https://github.com/Net-Mist/tell-me-the-odds/compare/v0.2.1...v1.0.0) (2024-01-12) + + +### Features + +* reorganize infrastructure services ([a634c2a](https://github.com/Net-Mist/tell-me-the-odds/commit/a634c2a4bd548c7534f21d7fe398d8749e8d3f94)) + + +### Miscellaneous Chores + +* release 1.0.0 ([981b53d](https://github.com/Net-Mist/tell-me-the-odds/commit/981b53dd954986826e5f7e28e261aa407b1565c8)) + ## [0.2.1](https://github.com/Net-Mist/tell-me-the-odds/compare/v0.2.0...v0.2.1) (2024-01-12) diff --git a/Cargo.lock b/Cargo.lock index 361d07a..ab99ede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "millennium_falcon" -version = "0.2.1" +version = "1.0.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1a6554e..cc20425 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "millennium_falcon" -version = "0.2.1" +version = "1.0.0" license = "MIT" edition = "2021" default-run = "millennium_falcon"