File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
` Tabman ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
#### 3.x Releases
6
+ - ` 3.2.x ` Releases - [ 3.2.0] ( #320 )
6
7
- ` 3.1.x ` Releases - [ 3.1.0] ( #310 )
7
8
- ` 3.0.x ` Releases - [ 3.0.0] ( #300 ) | [ 3.0.1] ( #301 ) | [ 3.0.2] ( #302 )
8
9
@@ -42,6 +43,13 @@ All notable changes to this project will be documented in this file.
42
43
- ` 0.5.x ` Releases - [ 0.5.0] ( #050 ) | [ 0.5.1] ( #051 ) | [ 0.5.2] ( #052 ) | [ 0.5.3] ( #053 )
43
44
- ` 0.4.x ` Releases - [ 0.4.0] ( #040 ) | [ 0.4.1] ( #041 ) | [ 0.4.2] ( #042 ) | [ 0.4.3] ( #043 ) | [ 0.4.4] ( #044 ) | [ 0.4.5] ( #045 ) | [ 0.4.6] ( #046 ) | [ 0.4.7] ( #047 ) | [ 0.4.8] ( #048 )
44
45
46
+ ---
47
+ ## [ 3.2.0] ( https://github.com/uias/Tabman/releases/tag/3.2.0 )
48
+ Released on 2024-04-14
49
+
50
+ #### Updated
51
+ - Downgraded SPM Swift requirement to Swift 5.7 (Xcode 14).
52
+
45
53
---
46
54
## [ 3.1.0] ( https://github.com/uias/Tabman/releases/tag/3.1.0 )
47
55
Released on 2024-04-06
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ Tabman is compatible with [Swift Package Manager](https://swift.org/package-mana
33
33
Tabman is also available through [ CocoaPods] ( http://cocoapods.org ) :
34
34
35
35
``` ruby
36
- pod ' Tabman' , ' ~> 3.1 '
36
+ pod ' Tabman' , ' ~> 3.2 '
37
37
```
38
38
39
39
### Carthage
40
40
Tabman is also available through [ Carthage] ( https://github.com/Carthage/Carthage ) :
41
41
42
42
``` ogdl
43
- github "uias/Tabman" ~> 3.1
43
+ github "uias/Tabman" ~> 3.2
44
44
```
45
45
46
46
## 🚀 Usage
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
8
s . swift_versions = [ '5.0' ]
9
9
end
10
10
11
- s . version = "3.1 .0"
11
+ s . version = "3.2 .0"
12
12
s . summary = "A powerful paging view controller with indicator bar."
13
13
s . description = <<-DESC
14
14
Tabman is a highly customisable, powerful and extendable paging view controller with indicator bar.
Original file line number Diff line number Diff line change 1
- TM_VERSION=3.1 .0
1
+ TM_VERSION=3.2 .0
2
2
TM_IOS_DEPLOYMENT_TARGET=12.0
You can’t perform that action at this time.
0 commit comments