Skip to content

Commit 3b826fd

Browse files
Version Bump to 2.1.0
1 parent 050eedb commit 3b826fd

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# DebugScreen
22

3+
## 2.1.0
4+
5+
- Added the ability to display a new item in the Debug screen table - MenuItem. This appears as compact text [#38](https://github.com/surfstudio/debug-screen-ios/pull/38)
6+
- Added the ability to build nested screens based on existing primitives such as TableSection [#38](https://github.com/surfstudio/debug-screen-ios/pull/38)
7+
- Git Hub Actions functionality has been restored. [#39](https://github.com/surfstudio/debug-screen-ios/pull/39)
8+
39
## 2.0.0
410

511
- More flexibility was added to existed features [#28](https://github.com/surfstudio/debug-screen-ios/pull/28)

DebugScreen.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'DebugScreen'
3-
spec.version = '2.0.0'
3+
spec.version = '2.1.0'
44
spec.summary = 'A library for quickly creating and customizing an application`s debug screen.'
55
spec.description = <<-DESC
66
Allows you to customize your DebugScreen as you want! Available features: server selection, feature toggle managment, custom actions.

DebugScreen.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@
17031703
"@executable_path/Frameworks",
17041704
"@loader_path/Frameworks",
17051705
);
1706-
MARKETING_VERSION = 2.0.0;
1706+
MARKETING_VERSION = 2.1.0;
17071707
PRODUCT_BUNDLE_IDENTIFIER = ru.surfstudio.DebugScreen;
17081708
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
17091709
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1735,7 +1735,7 @@
17351735
"@executable_path/Frameworks",
17361736
"@loader_path/Frameworks",
17371737
);
1738-
MARKETING_VERSION = 2.0.0;
1738+
MARKETING_VERSION = 2.1.0;
17391739
PRODUCT_BUNDLE_IDENTIFIER = ru.surfstudio.DebugScreen;
17401740
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
17411741
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)