From 3b33cb9f5c00377d8768a0743b9f4046af5edf06 Mon Sep 17 00:00:00 2001 From: Gabriel Lanata Date: Wed, 12 Jun 2024 01:42:54 -0700 Subject: [PATCH] version bump --- CHANGELOG.md | 10 +--------- HammerTests.podspec | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1038792..f18d77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/HammerTests.podspec b/HammerTests.podspec index b46a714..9055f3a 100644 --- a/HammerTests.podspec +++ b/HammerTests.podspec @@ -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"