Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
kstenerud committed Oct 30, 2024
2 parents 9b6b965 + 044cc5a commit 48b69bc
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ author_url: "https://www.bugsnag.com"
author: "Bugsnag Inc"
clean: false # avoid deleting docs/.git
framework_root: "BugsnagPerformance"
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa-performance/tree/v1.10.0/Bugsnag"
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa-performance/tree/v1.10.1/Bugsnag"
github_url: "https://github.com/bugsnag/bugsnag-cocoa-performance"
hide_documentation_coverage: true
module: "BugsnagPerformance"
module_version: "1.10.0"
module_version: "1.10.1"
objc: true
output: "docs"
readme: "README.md"
Expand Down
4 changes: 2 additions & 2 deletions BugsnagPerformance.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BugsnagPerformance",
"version": "1.10.0",
"version": "1.10.1",
"summary": "The Bugsnag performance monitoring framework for iOS.",
"homepage": "https://github.com/bugsnag/bugsnag-cocoa-performance",
"license": {
Expand All @@ -12,7 +12,7 @@
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa-performance.git",
"tag": "v1.10.0"
"tag": "v1.10.1"
},
"platforms": {
"ios": "13.0"
Expand Down
6 changes: 3 additions & 3 deletions BugsnagPerformanceSwift.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BugsnagPerformanceSwift",
"version": "1.10.0",
"version": "1.10.1",
"summary": "The Bugsnag performance monitoring framework for Swift-only functionality in iOS.",
"homepage": "https://github.com/bugsnag/bugsnag-cocoa-performance",
"license": {
Expand All @@ -13,7 +13,7 @@
"swift_version": "4.2",
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa-performance.git",
"tag": "v1.10.0"
"tag": "v1.10.1"
},
"platforms": {
"ios": "13.0"
Expand All @@ -24,6 +24,6 @@
"SwiftUI"
],
"dependencies": {
"BugsnagPerformance": "1.10.0"
"BugsnagPerformance": "1.10.1"
}
}
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ Changelog

## TBD

### Bug fixes

* Set bugsnag.span.category to 'custom' for custom spans.
[336](https://github.com/bugsnag/bugsnag-cocoa-performance/pull/336)

* Fixed a crash after shared NSURLSession invalidate
[334](https://github.com/bugsnag/bugsnag-cocoa-performance/pull/334)

* Fix visionOS compilation errors. Note that visionOS is not yet officially supported.
[327](https://github.com/bugsnag/bugsnag-cocoa-performance/pull/327)

## 1.10.1 (2024-10-30)

### Bug fixes

* Set bugsnag.span.category to 'custom' for custom spans.
[336](https://github.com/bugsnag/bugsnag-cocoa-performance/pull/336)

## 1.10.0 (2024-09-30)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Sources/BugsnagPerformance/Private/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
#pragma once

#define TELEMETRY_SDK_NAME "bugsnag.performance.cocoa"
#define TELEMETRY_SDK_VERSION "1.10.0"
#define TELEMETRY_SDK_VERSION "1.10.1"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.10.1

0 comments on commit 48b69bc

Please sign in to comment.