Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.12.0](https://github.com/judoscale/judoscale-python/compare/v1.11.0...v1.12.0) (2026-02-05)


### Features

* Add support to JUDOSCALE_CONTAINER ENV var for custom containers ([#122](https://github.com/judoscale/judoscale-python/issues/122)) ([203891b](https://github.com/judoscale/judoscale-python/commit/203891bcf041cbc62fef0dbe1a52e237cc51fd14))
* Add support to Python 3.14, drop Python < 3.10 ([#115](https://github.com/judoscale/judoscale-python/issues/115)) ([d3d1764](https://github.com/judoscale/judoscale-python/commit/d3d17645cb7781d284a4c48faa351e2c6ba7aa6d))

## [1.11.0](https://github.com/judoscale/judoscale-python/compare/v1.10.2...v1.11.0) (2026-01-12)


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 = "judoscale"
version = "1.11.0"
version = "1.12.0"
description = "Official Python package for the Judoscale autoscaler"
authors = [
"Adam McCrea <adam@adamlogic.com>",
Expand Down