Skip to content

Commit

Permalink
Merge pull request #185 from MikaelSmith/lth-0.7.2
Browse files Browse the repository at this point in the history
(packaging) Prepare for 0.7.2 release
  • Loading branch information
parisiale committed Jun 2, 2016
2 parents 4b7e042 + 09f2da8 commit b706c19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.7.2]

### Fixed
- Fallback to multi-threaded apartments for COM on Microsoft Nano Server.

### Added
- Add `Util::Timer::elapsed_milliseconds`.
- Add context and plural support in Leatherman.Locale `translate` (and new `translate_c`) methods.

## [0.7.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.7.1)
project(leatherman VERSION 0.7.2)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(internal)
Expand Down
2 changes: 1 addition & 1 deletion locales/leatherman.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: leatherman 0.7.1\n"
"Project-Id-Version: leatherman 0.7.2\n"
"Report-Msgid-Bugs-To: docs@puppetlabs.com\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down

0 comments on commit b706c19

Please sign in to comment.