Skip to content

Commit

Permalink
prepare release 1.1.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoture authored Feb 2, 2022
1 parent 85340b0 commit f91fa20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@

---
## Unrelease
[Compare](https://github.com/leoture/MockSwift/compare/v1.0.0...HEAD)
[Compare](https://github.com/leoture/MockSwift/compare/v1.1.0...HEAD)

---
## [1.1.0](https://github.com/leoture/MockSwift/releases/tag/v1.1.0) - 2022-02-02
[Compare](https://github.com/leoture/MockSwift/compare/v1.0.0...v1.1.0)

#### Added
- Make UUID conform to AnyPredicate [#114](https://github.com/leoture/MockSwift/pull/114) by [Jordhan Leoture](https://github.com/leoture)
- Add failOnUnusedBehaviours [#115](https://github.com/leoture/MockSwift/pull/115) by [Jordhan Leoture](https://github.com/leoture)
Expand All @@ -30,6 +35,7 @@

#### Fixed
- Function identifier collision [#116](https://github.com/leoture/MockSwift/pull/116) by [Jordhan Leoture](https://github.com/leoture)
- Float80 compatibility in ARM architecture [#120](https://github.com/leoture/MockSwift/pull/120) by [Ailton Vieira Pinto Filho](https://github.com/ailtonvivaz)

#### Security

Expand Down
5 changes: 0 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ We will make our best to answer you as quickly as possible!
## 🛠 Work on MockSwift

#### With Xcode
- Open `MockSwift.xcworkspace`.
- To build or test the project: choose `MockSwift-Package` scheme on `My Mac`.

#### With Swift Package Manager
- To build or test the project: use the respective commands `swift build` and `swift test`.
>⚠️ To run tests on a Linux environment:
- Install [Docker](https://docs.docker.com/compose/install/).
Expand Down

0 comments on commit f91fa20

Please sign in to comment.