Skip to content

Commit

Permalink
Update version 2.0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed Jan 6, 2024
1 parent 7f62a62 commit bfd1374
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@

# Change Log

## [2.0.04](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.04)
Released on 2024-01-06

#### Enhance Swift Package experience

- Change the Swift Package Manager to be available without `FLEXLAYOUT_SWIFT_PACKAGE` flag
- add public header path
- remove `FLEXLAYOUT_SWIFT_PACKAGE`
- remove library for internal (FlexLayoutYoga, FlexLayoutYogaKit)
- move the unit test to the swift package with XCTest

Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#232](https://github.com/layoutBox/FlexLayout/pull/232)

#### Split the Example project in 2 projects (Cocoapods & SPM)

Split the Example project in 2 projects:

* `FlexLayoutSample`: Use cocoapods dependency manager
* `FlexLayoutSample-SPM`: Use SPM (Swift Packager Manager) dependency manager

Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#240](https://github.com/layoutBox/FlexLayout/pull/240)


## [2.0.03](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.03)
Released on 2023-10-15

Expand Down
2 changes: 1 addition & 1 deletion FlexLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = "FlexLayout"
spec.version = "2.0.03"
spec.version = "2.0.04"
spec.summary = "FlexLayout"
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
Expand Down

0 comments on commit bfd1374

Please sign in to comment.