From fc51be8e7fe3dd4b392b9001cd65e23cecb9363f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 16:08:08 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1c000..e289c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.0](https://github.com/hwakabh/random-travelers/compare/v0.5.0...v0.6.0) (2025-01-19) + + +### Features + +* **database:** added functions for loading initial data to MySQL. ([fc22087](https://github.com/hwakabh/random-travelers/commit/fc220879a8b6d402048e0781d0fa63aa8a19f6cb)) +* **deploy:** added commands with railway-cli to Publish CI. ([8b21b71](https://github.com/hwakabh/random-travelers/commit/8b21b71a31c6f3c9dcc9a88a6f4db082447bb4de)) +* enabled initialization logic with asynccontextmanager and FastAPI lifespan. ([1c84ee5](https://github.com/hwakabh/random-travelers/commit/1c84ee5144b8c5abf38236e4ae0109ca894c6344)) + + +### Bug Fixes + +* **deployment:** explicitly configured replicas and regions. ([f27e306](https://github.com/hwakabh/random-travelers/commit/f27e3063fadd05e4f56c991f3083440587792bb8)) + ## [0.5.0](https://github.com/hwakabh/random-travelers/compare/v0.4.1...v0.5.0) (2024-12-25) diff --git a/pyproject.toml b/pyproject.toml index d847013..8e148f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "random-travelers" -version = "0.5.0" +version = "0.6.0" description = "People who make thier decisions decided by Cloud Native" authors = ["Your Name "] license = "MIT"