Skip to content

Commit fa31d37

Browse files
authored
Upgrade to the latest rooster commit (#1192)
Nothing pressing here, but gets us on the `main` branch and uses the same commit as uv.
1 parent a6b0014 commit fa31d37

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ required-imports = ["from __future__ import annotations"]
8484

8585

8686
[tool.uv.sources]
87-
rooster-blue = { git = "https://github.com/zanieb/rooster", rev = "cf27242" }
87+
rooster-blue = { git = "https://github.com/zanieb/rooster", rev = "c24ea11bf3cfea89d6f8c782462cac4313e5e0d6" }
8888

8989
[tool.maturin]
9090
bindings = "bin"
@@ -113,10 +113,11 @@ version-format = "cargo"
113113
default-bump-type = "pre"
114114
trim-title-prefixes = ["[ty]"]
115115

116-
changelog_sections.breaking = "Breaking changes"
117-
changelog_sections.preview = "Preview features"
118-
changelog_sections.bug = "Bug fixes"
119-
changelog_sections.server = "Server"
120-
changelog_sections.cli = "CLI"
121-
changelog_sections.configuration = "Configuration"
122-
changelog_sections.documentation = "Documentation"
116+
[tool.rooster.section-labels]
117+
"Breaking changes" = ["breaking"]
118+
"Preview features" = ["preview"]
119+
"Bug fixes" = ["bug"]
120+
"Server" = ["server"]
121+
"CLI" = ["cli"]
122+
"Configuration" = ["configuration"]
123+
"Documentation" = ["documentation"]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)