Skip to content

Commit 5cb6566

Browse files
committed
Release 💎 v0.12.0
1 parent 0f687e5 commit 5cb6566

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

History.markdown

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## HEAD
1+
## 0.12.0 / 2016-11-28
22

33
* Joomla: require the `mysql` gem (#197)
44
* Tumblr: improve compatibility with Jekyll 3 (#239)
@@ -10,6 +10,8 @@
1010
* Tumblr: Fixing double-read and off-by-one error (#253)
1111
* Clean up the Drupal importers (#235)
1212
* DrupalCommon: centralize defaults & use config for layouts dir (#267)
13+
* Tumblr: save images in binary mode (#278)
14+
* Tumblr: fix creation of rewrite rules (#283)
1315

1416
### Development Fixes
1517

@@ -19,11 +21,6 @@
1921

2022
* Fix for misnamed Joomla3 module in docs (#271)
2123

22-
### Bug Fixes
23-
24-
* Tumblr: save images in binary mode (#278)
25-
* Tumblr: fix creation of rewrite rules (#283)
26-
2724
## 0.11.0 / 2016-06-27
2825

2926
### Bug Fixes

lib/jekyll-import/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JekyllImport
2-
VERSION = '0.11.0'
2+
VERSION = '0.12.0'
33
end

0 commit comments

Comments
 (0)