Skip to content

Commit

Permalink
Fix automatic versioning of Baggage module
Browse files Browse the repository at this point in the history
Fixes #18
  • Loading branch information
jjatria committed Jun 3, 2024
1 parent c459e90 commit f72421d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Revision history for OpenTelemetry

* Fixed an issue with experimental cleanup where "DBI::db::execute"
was replaced with "DBI::db::do" by mistake (GH #17)
* Fixed an issue with the versioning of the OpenTelemetry::Baggage
module, which has been reporting the same version number since
0.010. (GH #18)

0.022 2024-05-12 20:08:13+01:00 Europe/London

Expand Down
3 changes: 2 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ revision = 3
managed_versions = 1
Git::GatherDir.exclude_filename[0] = dist.ini
Git::GatherDir.exclude_filename[1] = cpanfile
Git::Tag.tag_message =
Release_Commit.commit_msg = Release v%V%t
Git::Tag.tag_message =
RewriteVersion.global = 1

[MinimumPerl]
[Prereqs::FromCPANfile]
Expand Down

0 comments on commit f72421d

Please sign in to comment.