Skip to content

Commit e080339

Browse files
committed
Version 4.0.3
1 parent c94f372 commit e080339

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Pulse 4.x
22

3-
- Improve performance of recording network tasks (significant improvement)
3+
## Pulse 4.0.3
4+
5+
*Aug 27, 2023*
6+
7+
- Improve performance of recording network tasks
48
- Improve `NetworkLogger` performance
59
- Fix an issue with requests from the previous app run being displayed as pending
6-
- Add "Mock" badge when exporting store using one of the text formats
10+
- Add a "Mock" badge when exporting the store using one of the text formats
711

812
## Pulse 4.0.2
913

Pulse.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2606,7 +2606,7 @@
26062606
GCC_WARN_UNUSED_VARIABLE = YES;
26072607
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
26082608
MACOSX_DEPLOYMENT_TARGET = 12.0;
2609-
MARKETING_VERSION = 4.0.2;
2609+
MARKETING_VERSION = 4.0.3;
26102610
ONLY_ACTIVE_ARCH = YES;
26112611
SDKROOT = iphoneos;
26122612
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
@@ -2657,7 +2657,7 @@
26572657
GCC_WARN_UNUSED_VARIABLE = YES;
26582658
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
26592659
MACOSX_DEPLOYMENT_TARGET = 12.0;
2660-
MARKETING_VERSION = 4.0.2;
2660+
MARKETING_VERSION = 4.0.3;
26612661
SDKROOT = iphoneos;
26622662
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
26632663
SUPPORTS_MACCATALYST = YES;

PulseCore.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = "PulseCore"
44
s.module_name = "Pulse"
5-
s.version = "4.0.2"
5+
s.version = "4.0.3"
66
s.summary = "Logging system for Apple platforms"
77
s.swift_version = "5.7"
88

PulseUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = "PulseUI"
44
s.module_name = "PulseUI"
5-
s.version = "4.0.2"
5+
s.version = "4.0.3"
66
s.summary = "Logging system for Apple platforms"
77
s.swift_version = "5.7"
88

0 commit comments

Comments
 (0)