Skip to content

Commit

Permalink
update libskylight; release beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
zvkemp committed May 21, 2021
1 parent a077a43 commit c163921
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.0-beta3 (May 21, 2021)

- [IMPROVEMENT] Prevent large traces from shutting down the instrumenter

## 5.1.0-beta2 (May 17, 2021)

- [IMPROVEMENT] Avoid 'invalid option' warnings when instrumenting certain Tilt templates in Sinatra
Expand Down
18 changes: 9 additions & 9 deletions ext/libskylight.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# commit 8a5d5b9a48ed1f3bb75b9bb32c51c102fa1cf598
# commit b6bb0714913a5be54f4eac717d5096dc7ba5f3eb
---
version: "5.1.0-7b3c5cf"
version: "5.1.0-0d59831"
checksums:
x86-linux: "51e7e54bbbfe3a8785eda6b041aa27f2bc46fd80134b82f4f4a45ac7fc3e7105"
x86_64-linux: "9d0d3b94c37beacb3acb55152c614632473c5251d383aa366c443c32ba0a0e70"
x86_64-linux-musl: "52ae0d56f4d545a6f455140ceb0c4616308872223334f39a73b3aeaff2fef07a"
x86_64-darwin: "2839ee8576980d3de597a76b0080b6e0e6c345a90543528f72175616d9ef4be5"
aarch64-linux: "9787d414fa4e52be6aa3b4aeaae45eced2c0049845bdafa584c4587ea9c69e3a"
aarch64-linux-musl: "66cb234ebb468277c001e74fb0bd2427b01e53147472738fc0814d0845616ecc"
aarch64-darwin: "d85bd55de7ae01e11d15bcf8446c5de3801ccbbddfb7e027808cab6566b59498"
x86-linux: "e15fff9269f5451302aaee56b4d4631c86f979298bc22536f28f884c170c127f"
x86_64-linux: "be95b9c91dffb0133b57183d160cad700213703a87f52488cf114a4fff92ff4d"
x86_64-linux-musl: "945ebefa0384e23121bc1674f0eda0600aef204599e5819bdbecd6d62252b769"
x86_64-darwin: "d98ee1d331394ac43bd37f2d3d5d591a41d912dfa2c3e5d0b21d97f7a5198cf1"
aarch64-linux: "b6add5dda52a2cae4b5e3899a5e0c938049385443d82acbd1a8a2fb0d8502933"
aarch64-linux-musl: "667030ade09a69a664380262ec1e6ceeb77f49585201e670528f4cd52d3def86"
aarch64-darwin: "d3225034d18d99e358ace24cf951468feaf3b83f0b33e32965bc2139e0300505"
2 changes: 1 addition & 1 deletion lib/skylight/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module Skylight
# for compatibility with semver when it is parsed by the rust agent.
# This string will be transformed in the gemspec to "5.0.0.alpha"
# to conform with rubygems.
VERSION = "5.1.0-beta2".freeze
VERSION = "5.1.0-beta3".freeze
end

0 comments on commit c163921

Please sign in to comment.