Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcantrell committed Mar 29, 2015
1 parent 096a0d6 commit 91bc3c5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
#Changelog

##1.4.0 - 2015-03-29

New Features:

Joe Bartlett
* Allow markdown files to contain hologram yaml

Anthony Chen
* Add config option for allowing additional file extensions to be
processed

JD Cantrell
* Add config option to ignore specific paths and files.

Bug fixes:

Noppanit Charassinvichai and Ryan Mathews
* Correctly copy assets

JD Cantrell
* Use correct title for index category pages
* Make scss regex behave like sass regex
* Template variables for erb files no longer vary based on when the erb
is processed.


##1.3.0 - 2015-01-15

Spencer Hurst, Beatrice Peng, and Geoff Pleiss
Expand Down
2 changes: 1 addition & 1 deletion lib/hologram/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

module Hologram
VERSION = "1.3.1"
VERSION = "1.4.0"
end

1 comment on commit 91bc3c5

@chris-canipe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a git tag for this version.

Please sign in to comment.