Skip to content

Commit 74d528b

Browse files
authored
release v0.5.0 (#120)
Release v0.5.0 (no changes from v0.5.0.dev0) and update the changelog accordingly.
1 parent 150e58f commit 74d528b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.5.0] - 2025-09-17
8+
9+
- Test the plugin with Pants v2.29.x.
10+
- Discontinue testing the plugin with Pants v2.25.x.
11+
- Use call-by-name syntax for rule invocations.
12+
713
## [0.4.1] - 2025-07-24
814

915
- Support logging links to traces in a trace collection system via the new `[shoalsoft-opentelemetry].trace_link_template` option.

src/python/shoalsoft/pants_opentelemetry_plugin/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
PLUGIN_VERSION = "0.5.0.dev0"
15+
PLUGIN_VERSION = "0.5.0"
1616

1717
PANTS_MAJOR_MINOR_VERSIONS = ["2.29", "2.28", "2.27", "2.26"]
1818

0 commit comments

Comments
 (0)