Skip to content

Commit

Permalink
Merge pull request #1 from 01Joseph-Hwang10/release-please--branches-…
Browse files Browse the repository at this point in the history
…-master--components--yaml-replace

chore(master): release yaml-replace 0.1.0
  • Loading branch information
01Joseph-Hwang10 authored Mar 1, 2024
2 parents fce5180 + 824395c commit 3882e02
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,3 +1,3 @@
{
".": "0.0.1"
".": "0.1.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.1.0](https://github.com/01Joseph-Hwang10/yaml-replace/compare/yaml-replace-v0.0.1...yaml-replace-v0.1.0) (2024-03-01)


### Features

* add load_from_file function ([fce5180](https://github.com/01Joseph-Hwang10/yaml-replace/commit/fce5180e98b53af68279e6a4b821c1dc5318fd13))
* implement yaml replace feature ([308336e](https://github.com/01Joseph-Hwang10/yaml-replace/commit/308336ee353ad220dcb64ca06abd410d34435813))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "yaml-replace"
version = "0.0.1"
version = "0.1.0"
description = "Parse yaml files with variables."
authors = ["01Joseph-Hwang10 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3882e02

Please sign in to comment.