Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
- v3.3.1

[ci skip]
  • Loading branch information
tombruijn committed Jan 12, 2023
1 parent 5bd59ab commit 7462000
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# AppSignal for Ruby gem Changelog

## 3.3.1

### Added

- [7f62ada8](https://github.com/appsignal/appsignal-ruby/commit/7f62ada8deb67a2b7d355ec0c1bc2ad1d1e2d8d1) patch - Track the Operating System release/distro in the diagnose report. This helps us with debugging what exact version of Linux an app is running on, for example.

### Fixed

- [1443e05f](https://github.com/appsignal/appsignal-ruby/commit/1443e05f0fa5bf6af69c40753b2d135f082871de) patch - Attempt to load C extension from lib/ directory. Fixes an issue where JRuby would fail to load
the extension from the ext/ directory, as the directory is cleaned after installation when using
RubyGems 3.4.0.

## 3.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/appsignal/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Appsignal
VERSION = "3.3.0".freeze
VERSION = "3.3.1".freeze
end

0 comments on commit 7462000

Please sign in to comment.