Skip to content

Commit 0ff2ad8

Browse files
chore(7.x): release 7.3.3 (#262)
🤖 I have created a release *beep* *boop* --- ## [7.3.3](7.3.2...7.3.3) (2024-03-28) ### Bug Fixes * Remove invalid prereq `check_variation_range` check ([#261](#261)) ([960e392](960e392)), closes [#260](#260) --- 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>
1 parent 960e392 commit 0ff2ad8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.3.2"
2+
".": "7.3.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [7.3.3](https://github.com/launchdarkly/ruby-server-sdk/compare/7.3.2...7.3.3) (2024-03-28)
6+
7+
8+
### Bug Fixes
9+
10+
* Remove invalid prereq `check_variation_range` check ([#261](https://github.com/launchdarkly/ruby-server-sdk/issues/261)) ([960e392](https://github.com/launchdarkly/ruby-server-sdk/commit/960e39279a13503027ca6d17f266029ccef1fcef)), closes [#260](https://github.com/launchdarkly/ruby-server-sdk/issues/260)
11+
512
## [7.3.2](https://github.com/launchdarkly/ruby-server-sdk/compare/7.3.1...7.3.2) (2023-12-26)
613

714

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "7.3.2" # x-release-please-version
2+
VERSION = "7.3.3" # x-release-please-version
33
end

0 commit comments

Comments
 (0)