Skip to content

Commit

Permalink
Bump version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 27, 2024
1 parent 2096588 commit 90d2e95
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 3.4.1 (beta)
# 3.5 (2024-04-27)

- Fixed logic in filtering nested config.
- Added `--no-scripts` option to skip install/update scripts.
- Fixed logic in filtering nested configs.

# 3.4 (2023-03-24)

Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "gitman"
version = "3.4.1b2"
version = "3.5"
description = "A language-agnostic dependency manager using Git."

license = "MIT"
Expand Down Expand Up @@ -44,8 +44,8 @@ classifiers = [

python = "^3.8"

datafiles = "^2.1.2"
minilog = "^2.1"
datafiles = "^2.2"
minilog = "^2.3"
universal-startfile = "~0.2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 90d2e95

Please sign in to comment.