Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 27, 2024
1 parent 070b91a commit 06b5024
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# CHANGELOG



## v0.1.0 (2024-01-27)

### Ci

* ci: add content write permission (#7) ([`070b91a`](https://github.com/ptrptrd/robot-framework-template/commit/070b91a43086160ced9f4b51bb6689539e163839))

* ci: set to GITHUB_TOKEN (#6) ([`6526501`](https://github.com/ptrptrd/robot-framework-template/commit/65265012b443dfa677f20a7c1b51a08f14cd11aa))

* ci: reverse back to GITHUB_TOKEN (#4) ([`957a95a`](https://github.com/ptrptrd/robot-framework-template/commit/957a95a6150893281b0561d92feee75f57cc8c04))

* ci: use GH_TOKEN for semantic release (#3) ([`b923813`](https://github.com/ptrptrd/robot-framework-template/commit/b9238136df1dedbfa5b7d7848526050d91bc5cbc))

* ci: use version 8.7.2 for release workflow (#2) ([`bec6acd`](https://github.com/ptrptrd/robot-framework-template/commit/bec6acd1db34356fd3b094e4a57a61226b798af4))

### Feature

* feat: add hello world library (#1) ([`14a4ad1`](https://github.com/ptrptrd/robot-framework-template/commit/14a4ad1f9ce207d489f9bad2814eba7acf2b769c))

### Unknown

* Initial commit ([`d0b9ca8`](https://github.com/ptrptrd/robot-framework-template/commit/d0b9ca82d273b5bebaee3917530d0666ba37c57f))
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 = "robotlib"
version = "0.0.1"
version = "0.1.0"
description = "Robot Framework Template"
authors = ["ptrptrd"]
readme = "README.md"
Expand Down

0 comments on commit 06b5024

Please sign in to comment.