Skip to content

Commit

Permalink
Merge pull request #599 from gitlabform/release-3.8.0
Browse files Browse the repository at this point in the history
chore: prepare for v3.8.0 release
  • Loading branch information
amimas committed Sep 16, 2023
2 parents 1e54069 + 18f6170 commit e7af07b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.8.0

* **Add `allowed_to_create` support for tag protection**. PR [#551](https://github.com/gitlabform/gitlabform/pull/551), implements [#505](https://github.com/gitlabform/gitlabform/issues/505).
* **Require Python version >= 3.8** (as 3.7 is EOL since June 2023) and update dependencies that have required it. PR [#592](https://github.com/gitlabform/gitlabform/pull/592), implements [#576](https://github.com/gitlabform/gitlabform/issues/576).
* **Usernames in projects and groups should be case-insensitive**. PR [#556](https://github.com/gitlabform/gitlabform/pull/556), implements [#555](https://github.com/gitlabform/gitlabform/issues/555).
* Update many dependencies to newer version.
* Various fixes to local dev, tests, and CI of gitlabform.

Thanks to the contributors of this release::

* [amimas](https://github.com/amimas)
* [J4Numbers](https://github.com/J4Numbers)
* [gdubicki](https://github.com/gdubicki)

## 3.7.0

* **Add `enforce` support to managing pipeline schedules**. PR [#561](https://github.com/gitlabform/gitlabform/pull/561), implements [#539](https://github.com/gitlabform/gitlabform/issues/539).
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/gitlabform/gitlabform/"

[version]
current = "3.7.0"
current = "3.8.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0
3.8.0

0 comments on commit e7af07b

Please sign in to comment.