Pārlūkot izejas kodu

bump: version 1.1.0 → 1.2.0

github-actions[bot] 2 gadi atpakaļ
vecāks
revīzija
e7d981131d
2 mainītis faili ar 23 papildinājumiem un 1 dzēšanām
  1. 22 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml

+ 22 - 0
CHANGELOG.md

@@ -1,3 +1,25 @@
+## 1.2.0 (2023-10-19)
+
+
+- fix: a little fixes
+- 🔨 fix(ci): change commitizen extension
+- 🎉 feat: add time_out as an env variable
+- this is about to have access to time out when starting container
+- Merge pull request #12 from metya/dependabot/github_actions/actions/checkout-4
+- :arrow_up: Bump actions/checkout from 3 to 4
+- :arrow_up: Bump actions/checkout from 3 to 4
+- Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
+- [Release notes](https://github.com/actions/checkout/releases)
+- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
+- [Commits](https://github.com/actions/checkout/compare/v3...v4)
+- ---
+updated-dependencies:
+- dependency-name: actions/checkout
+  dependency-type: direct:production
+  update-type: version-update:semver-major
+...
+- Signed-off-by: dependabot[bot] <support@github.com>
+
 ## 1.1.0 (2023-03-03)
 
 ### Fix

+ 1 - 1
pyproject.toml

@@ -1,4 +1,4 @@
 [tool.commitizen]
 name = "cz_emoji"
-version = "1.1.0"
+version = "1.2.0"
 tag_format = "$version"