Skip to content

Commit

Permalink
Release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Apr 15, 2014
1 parent 1ead636 commit 6d0bc86
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Xcodeproj Changelog

## 0.16.1

###### Minor Enhancements

* [Constants] Added support for .ipp files as headers.
[Samuel E. Giddins](https://github.com/segiddins)

###### Bug Fixes

* [Xcodeproj::Project#reference_for_path] Support for string parameter.
[jlj](https://github.com/jlj)

## 0.16.0

###### Breaking
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
xcodeproj (0.16.0)
xcodeproj (0.16.1)
activesupport (~> 3.0)
colored (~> 1.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
VERSION = '0.16.0' unless defined? Xcodeproj::VERSION
VERSION = '0.16.1' unless defined? Xcodeproj::VERSION
end

0 comments on commit 6d0bc86

Please sign in to comment.