Skip to content

Commit 3b22132

Browse files
committed
Update CHANGELOG
Bump version to 3.2.0
1 parent dce0b52 commit 3b22132

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33
`Tabman` adheres to [Semantic Versioning](http://semver.org/).
44

55
#### 3.x Releases
6+
- `3.2.x` Releases - [3.2.0](#320)
67
- `3.1.x` Releases - [3.1.0](#310)
78
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302)
89

@@ -42,6 +43,13 @@ All notable changes to this project will be documented in this file.
4243
- `0.5.x` Releases - [0.5.0](#050) | [0.5.1](#051) | [0.5.2](#052) | [0.5.3](#053)
4344
- `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)
4445

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+
4553
---
4654
## [3.1.0](https://github.com/uias/Tabman/releases/tag/3.1.0)
4755
Released on 2024-04-06

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ Tabman is compatible with [Swift Package Manager](https://swift.org/package-mana
3333
Tabman is also available through [CocoaPods](http://cocoapods.org):
3434

3535
```ruby
36-
pod 'Tabman', '~> 3.1'
36+
pod 'Tabman', '~> 3.2'
3737
```
3838

3939
### Carthage
4040
Tabman is also available through [Carthage](https://github.com/Carthage/Carthage):
4141

4242
```ogdl
43-
github "uias/Tabman" ~> 3.1
43+
github "uias/Tabman" ~> 3.2
4444
```
4545

4646
## 🚀 Usage

Tabman.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.swift_versions = ['5.0']
99
end
1010

11-
s.version = "3.1.0"
11+
s.version = "3.2.0"
1212
s.summary = "A powerful paging view controller with indicator bar."
1313
s.description = <<-DESC
1414
Tabman is a highly customisable, powerful and extendable paging view controller with indicator bar.

Tabman.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
TM_VERSION=3.1.0
1+
TM_VERSION=3.2.0
22
TM_IOS_DEPLOYMENT_TARGET=12.0

0 commit comments

Comments
 (0)