Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.15 #58

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 4 additions & 0 deletions HammerTests.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Pod::Spec.new do |spec|
spec.name = "HammerTests"
<<<<<<< version-bump
spec.version = "0.15.0"
=======
spec.version = "0.14.4"
>>>>>>> main
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
Loading