Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Bump version to 3.2.0
  • Loading branch information
msaps committed Apr 14, 2024
1 parent dce0b52 commit 3b22132
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
`Tabman` adheres to [Semantic Versioning](http://semver.org/).

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

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

---
## [3.2.0](https://github.com/uias/Tabman/releases/tag/3.2.0)
Released on 2024-04-14

#### Updated
- Downgraded SPM Swift requirement to Swift 5.7 (Xcode 14).

---
## [3.1.0](https://github.com/uias/Tabman/releases/tag/3.1.0)
Released on 2024-04-06
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ Tabman is compatible with [Swift Package Manager](https://swift.org/package-mana
Tabman is also available through [CocoaPods](http://cocoapods.org):

```ruby
pod 'Tabman', '~> 3.1'
pod 'Tabman', '~> 3.2'
```

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

```ogdl
github "uias/Tabman" ~> 3.1
github "uias/Tabman" ~> 3.2
```

## 🚀 Usage
Expand Down
2 changes: 1 addition & 1 deletion Tabman.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.swift_versions = ['5.0']
end

s.version = "3.1.0"
s.version = "3.2.0"
s.summary = "A powerful paging view controller with indicator bar."
s.description = <<-DESC
Tabman is a highly customisable, powerful and extendable paging view controller with indicator bar.
Expand Down
2 changes: 1 addition & 1 deletion Tabman.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TM_VERSION=3.1.0
TM_VERSION=3.2.0
TM_IOS_DEPLOYMENT_TARGET=12.0

0 comments on commit 3b22132

Please sign in to comment.