Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Dec 4, 2015
1 parent f7a23a4 commit 66071e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.7.1 (2015-12-04)
- Fix compiler options for old compilers

## 0.7.0 (2015-11-30)
- Rewrite AttributeBuilder in C++
- It improves performance, memory usage, and readability
Expand Down
2 changes: 1 addition & 1 deletion incompatibilities/README.md
@@ -1,7 +1,7 @@
# Incompatibilities
## Versions
- Haml 4.1.0.beta.1
- Faml 0.7.0
- Faml 0.7.1
- Hamlit 2.0.1

## Table of contents
Expand Down
2 changes: 1 addition & 1 deletion lib/faml/version.rb
@@ -1,4 +1,4 @@
# frozen-string-literal: true
module Faml
VERSION = '0.7.0'
VERSION = '0.7.1'
end

0 comments on commit 66071e9

Please sign in to comment.