Skip to content

Commit 874a5fc

Browse files
authored
Release prep: Update version to 2.0.0 and set release date (#5)
- Update README.md installation instructions to v2.0.0 - Update CHANGELOG.md release date to 2025-11-10 - Remove [Unreleased] section from CHANGELOG - Keep release dates as November 2025
1 parent 07d2031 commit 874a5fc

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.0] - 2025-01-06
8+
## [1.0.0] - 2025-11-06
99

1010
### Added
1111
- Initial release of SwiftCache
@@ -44,9 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444
- tvOS 14.0+
4545
- watchOS 7.0+
4646

47-
## [Unreleased]
48-
49-
## [2.0.0] - 2025-01-10
47+
## [2.0.0] - 2025-11-10
5048

5149
### 🎉 Major Rewrite - Swift Concurrency & Design Patterns
5250

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ A modern, lightweight image caching library for iOS and macOS. Built with 100% A
3737

3838
```swift
3939
dependencies: [
40-
.package(url: "https://github.com/SudhirGadhvi/SwiftCache-SDK", from: "1.0.0")
40+
.package(url: "https://github.com/SudhirGadhvi/SwiftCache-SDK", from: "2.0.0")
4141
]
4242
```
4343

4444
### CocoaPods
4545

4646
```ruby
47-
pod 'SwiftCache', '~> 1.0'
47+
pod 'SwiftCache', '~> 2.0'
4848
```
4949

5050
## 🚀 Quick Start

0 commit comments

Comments
 (0)