Skip to content

Commit

Permalink
Version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl committed Jan 25, 2024
1 parent 5af1d95 commit e54d0e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* 0.14.0:
- Drop Python 3.7 support (#47)
- Update Poetry to 1.7 (#48)
- Remove requirements files (#49)
- chore(Dockerfile): missing ssh package (#50)
- Makefile: Improve `docker-push` target to always push `latest` (#51)
* 0.13.0:
- Avoid all local git repository actions if rebasing through the GitLab API (#12)
- Use ci_timeout for merging (#45)
Expand Down
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 = "marge"
version = "0.13.0"
version = "0.14.0"
description = "Marge-bot is a merge-bot for GitLab that, beside other goodies, implements [the Not Rocket Science Rule Of Software Engineering](http://graydon2.dreamwidth.org/1597.html)."
license = "BSD-3-Clause"
authors = ["Infrastructure <infrastructure@smarkets.com>"]
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.14.0

0 comments on commit e54d0e8

Please sign in to comment.