Skip to content

Commit

Permalink
chore(main): release 0.1.3 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Jan 29, 2025
1 parent 7310cc7 commit 46e325f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.1.3"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.1.3](https://github.com/jobtrek/toudou/compare/v0.1.2...v0.1.3) (2025-01-29)


### Features

* enable admin server port ([#13](https://github.com/jobtrek/toudou/issues/13)) ([7310cc7](https://github.com/jobtrek/toudou/commit/7310cc7609416d8c639d97ec802b8db4170732c9))


### Bug Fixes

* db schema env var not used in init script ([#10](https://github.com/jobtrek/toudou/issues/10)) ([1cb11d9](https://github.com/jobtrek/toudou/commit/1cb11d98e78e392ee6032d3fa028d3ed5a75a722))


### Documentation

* http calls example ([#12](https://github.com/jobtrek/toudou/issues/12)) ([0b4944a](https://github.com/jobtrek/toudou/commit/0b4944af1a9a5f4155efaba30f40bf66184030f7))

## [0.1.2](https://github.com/jobtrek/toudou/compare/v0.1.1...v0.1.2) (2025-01-17)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> Toudou is an ultra-simple, ultra-light and ultra-insecure to-do list API.
> This must only serve for experimentation and dev purposes.
**v0.1.2** <!-- x-release-please-version -->
**v0.1.3** <!-- x-release-please-version -->

## Architecture

Expand Down

0 comments on commit 46e325f

Please sign in to comment.