Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellanata authored Jun 12, 2024
1 parent d560b57 commit 3b33cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Change Log
All notable changes to this project will be documented in this file.
`Hammer` adheres to [Semantic Versioning](http://semver.org/).

## [0.9.1](https://github.com/lyft/Hammer/releases/tag/0.9.1)
- Add Makefile
- Add swiftlint
- Add new docs

## [0.9.0](https://github.com/lyft/Hammer/releases/tag/0.9.0)
- Initial release
Changes can be found here: https://github.com/lyft/Hammer/releases
2 changes: 1 addition & 1 deletion HammerTests.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "HammerTests"
spec.version = "0.14.3"
spec.version = "0.15.0"
spec.summary = "iOS touch and keyboard syntheis library for unit tests."
spec.description = "Hammer is a touch and keyboard synthesis library for emulating user interaction events. It enables new ways of triggering UI actions in unit tests, replicating a real world environment as much as possible."
spec.homepage = "https://github.com/lyft/Hammer"
Expand Down

0 comments on commit 3b33cb9

Please sign in to comment.