Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#4)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2024-04-05)


### Features

* Add tracing hook implementation
([#1](#1))
([420630e](420630e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 5, 2024
1 parent d571e4c commit 14c48a6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change log
# Changelog

All notable changes to the LaunchDarkly Ruby OTEL library will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
## 1.0.0 (2024-04-05)


### Features

* Add tracing hook implementation ([#1](https://github.com/launchdarkly/ruby-server-sdk-otel/issues/1)) ([420630e](https://github.com/launchdarkly/ruby-server-sdk-otel/commit/420630e50c00cdfd17ccabd5e34b0b3744b5fe63))

## Change log

All notable changes to the LaunchDarkly Ruby OTEL library will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
2 changes: 1 addition & 1 deletion PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
<!-- x-release-please-start-version -->
```
# Set the version of the SDK to verify
VERSION=0.0.0
VERSION=1.0.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion lib/ldclient-otel/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LaunchDarkly
module Otel
VERSION = '0.0.0' # x-release-please-version
VERSION = '1.0.0' # x-release-please-version
end
end

0 comments on commit 14c48a6

Please sign in to comment.