Skip to content

Commit

Permalink
chore: release main (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
annleefores committed Nov 27, 2023
1 parent 6a687e2 commit 459fe36
Show file tree
Hide file tree
Showing 3 changed files with 11 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,4 +1,4 @@
{
"server/backend": "0.1.0",
"server/backend": "0.1.1",
"server/codepod": "0.1.0"
}
9 changes: 9 additions & 0 deletions server/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.1.1](https://github.com/annleefores/kodiko/compare/kodiko-backend-v0.1.0...kodiko-backend-v0.1.1) (2023-11-27)


### Bug Fixes

* decode base64 and convert to json ([f3717af](https://github.com/annleefores/kodiko/commit/f3717af9929e597804bd5041e2ee70a89bc8c3ed))
* failing to create pods if prev name none ([e920de1](https://github.com/annleefores/kodiko/commit/e920de1f85df7eaa558026d49d3424ed75a610f5))
2 changes: 1 addition & 1 deletion server/backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "server"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["annleefores <annleetestmail@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 459fe36

Please sign in to comment.