Skip to content

Commit

Permalink
(packaging) Prepare for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Henroid committed Aug 10, 2016
1 parent d9f295d commit 7bc3166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.9.0]
- Add translation helper functions and plural format support (LTH-109)

## [0.8.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.2.2)
project(leatherman VERSION 0.8.1)
project(leatherman VERSION 0.9.0)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(internal)
Expand Down

0 comments on commit 7bc3166

Please sign in to comment.