Skip to content

Commit

Permalink
Merge pull request #124 from hwakabh/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.6.0
  • Loading branch information
hwakabh authored Jan 19, 2025
2 parents 186d6c1 + fc51be8 commit 0eaa394
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <you@example.com>"]
license = "MIT"
Expand Down

0 comments on commit 0eaa394

Please sign in to comment.