Skip to content

Commit

Permalink
0.43.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 17, 2024
1 parent 337d714 commit 3899c8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# CHANGELOG


## v0.43.0 (2024-12-17)

### Feature

* feat(cli): add `--metrics-since` flag to `numerous status` (#66) ([`337d714`](https://github.com/numerous-com/numerous-sdk/commit/337d714b8067d4e573b11a10e6714d1fb41fd01f))

>
> Allows querying the app workloads for CPU and memory metrics within a specified timeframe (since a duration (e.g. "1h") or a specific timestamp (e.g. "2024-06-06T12:00:00Z")



## v0.42.0 (2024-12-16)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "numerous"
readme = "docs/README.md"
version = "0.42.0"
version = "0.43.0"
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"typing-extensions>=4.12.2",
Expand Down

0 comments on commit 3899c8c

Please sign in to comment.