Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.4"
".": "1.0.5"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [1.0.5](https://github.com/grafana/pyroscope-python/compare/python-1.0.4...python-1.0.5) (2026-04-03)


### Bug Fixes

* **ci:** add changelog-sections to include chore/deps commits ([ac6b946](https://github.com/grafana/pyroscope-python/commit/ac6b94681590a3520529b0b8d695f0684ce92477))
* **ci:** move permissions to job level for zizmor compliance ([ca2784a](https://github.com/grafana/pyroscope-python/commit/ca2784ae3d35aa00e748c4cb087a6279ad8fbf5d))
* **ci:** pin release-please action SHA and adjust bootstrap-sha ([7e93d4b](https://github.com/grafana/pyroscope-python/commit/7e93d4b17358004157f952acb03e05686fa00023))
* **ci:** use explicit generic type for extra-files ([4fa5dcf](https://github.com/grafana/pyroscope-python/commit/4fa5dcfbff3b032b81402dc01d670f81157b671c))
* revert 0976d999e4a50c14459b8a0b39e72434be6d4bfc ([#483](https://github.com/grafana/pyroscope-python/issues/483)) ([ad3d032](https://github.com/grafana/pyroscope-python/commit/ad3d03217a14a18868b8ba21f3dbf4ed844d759a))


### Miscellaneous Chores

* allow all renovate updates for py-spy and pyroscope crates ([5c12d3c](https://github.com/grafana/pyroscope-python/commit/5c12d3c2387f3612ca1667b96bcf182a1194cb4b))
* **deps:** update actions/download-artifact action to v8.0.1 ([#6](https://github.com/grafana/pyroscope-python/issues/6)) ([4956a50](https://github.com/grafana/pyroscope-python/commit/4956a50864c92b2b77b99a0d3a8c868df81dbf5b))
* **deps:** update dtolnay/rust-toolchain digest to 3c5f7ea ([#3](https://github.com/grafana/pyroscope-python/issues/3)) ([d7a3c82](https://github.com/grafana/pyroscope-python/commit/d7a3c82ec2e16d908557d3a7147280baebd8a614))
* **deps:** update softprops/action-gh-release action to v2.6.1 ([#13](https://github.com/grafana/pyroscope-python/issues/13)) ([46a8787](https://github.com/grafana/pyroscope-python/commit/46a87878ea26b8145085dbcb2a7198d597125a20))
* **python:** keep only python in this repo ([#1](https://github.com/grafana/pyroscope-python/issues/1)) ([a781b81](https://github.com/grafana/pyroscope-python/commit/a781b81963f99aa7030621f9c36308fce9cd1b47))


### Continuous Integration

* add PR title conventional commit validation ([e636805](https://github.com/grafana/pyroscope-python/commit/e6368056e25108de639e602dbc275676cd94b4c9))
* add release-please configuration ([64ed949](https://github.com/grafana/pyroscope-python/commit/64ed949a833576f9bcacc4672cd33e782e0ab01a))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyroscope-io"
version = "1.0.4" # x-release-please-version
version = "1.0.5" # x-release-please-version
description = "Pyroscope Python integration"
authors = [
{name = "Tolya Korniltsev",email = "anatoly.korniltsev@grafana.com"}
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyroscope_python_extension"
version = "1.0.4" # x-release-please-version
version = "1.0.5" # x-release-please-version
authors = [
"Tolyan Korniltsev <anatoly.korniltsev@grafana.com>"
]
Expand Down
Loading