Skip to content

Commit

Permalink
chore(main): release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
internal-baz-ci-app[bot] authored Oct 14, 2024
1 parent 0fddf7d commit bb91515
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.1"}
{".":"0.1.2"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.2](https://github.com/baz-scm/falken-trace-py/compare/v0.1.1...v0.1.2) (2024-10-14)


### 🐛 Bug Fixes

* only patch FastAPI when it is used ([#27](https://github.com/baz-scm/falken-trace-py/issues/27)) ([0fddf7d](https://github.com/baz-scm/falken-trace-py/commit/0fddf7da7832bfa55626949a4cb09868c6471e43))


### ✨ New Features

* add FastAPI entrypoint parameters to span ([#17](https://github.com/baz-scm/falken-trace-py/issues/17)) ([b70863c](https://github.com/baz-scm/falken-trace-py/commit/b70863c67650d8346986a646a223795bc4bd65a8))

## [0.1.1](https://github.com/baz-scm/falken-trace-py/compare/v0.1.0...v0.1.1) (2024-08-19)


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 = "falken-trace"
version = "0.1.1"
version = "0.1.2"
description = "Enhances traces with code metadata"
authors = ["Baz <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit bb91515

Please sign in to comment.