Skip to content

Commit

Permalink
Version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 28, 2023
1 parent c94f372 commit e080339
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Pulse 4.x

- Improve performance of recording network tasks (significant improvement)
## Pulse 4.0.3

*Aug 27, 2023*

- Improve performance of recording network tasks
- Improve `NetworkLogger` performance
- Fix an issue with requests from the previous app run being displayed as pending
- Add "Mock" badge when exporting store using one of the text formats
- Add a "Mock" badge when exporting the store using one of the text formats

## Pulse 4.0.2

Expand Down
4 changes: 2 additions & 2 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 4.0.2;
MARKETING_VERSION = 4.0.3;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
Expand Down Expand Up @@ -2657,7 +2657,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 4.0.2;
MARKETING_VERSION = 4.0.3;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
Expand Down
2 changes: 1 addition & 1 deletion PulseCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "PulseCore"
s.module_name = "Pulse"
s.version = "4.0.2"
s.version = "4.0.3"
s.summary = "Logging system for Apple platforms"
s.swift_version = "5.7"

Expand Down
2 changes: 1 addition & 1 deletion PulseUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "PulseUI"
s.module_name = "PulseUI"
s.version = "4.0.2"
s.version = "4.0.3"
s.summary = "Logging system for Apple platforms"
s.swift_version = "5.7"

Expand Down

0 comments on commit e080339

Please sign in to comment.