Skip to content

Commit d7716f5

Browse files
committed
Release 1.1.0
1 parent f2bfd72 commit d7716f5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.1.0 (2014-08-16)
2+
3+
4+
#### Bug Fixes
5+
6+
* **.gitignore:** 画像を置く場所を変更したのに伴って、ignoreするパスも変更した ([f2bfd723](https://github.com/o2project/steins-git/commit/f2bfd72326a1737f9b45c26d72e8a728234b5a8e))
7+
* **All:**
8+
* inline code literalの破壊的変更に追従した ([45c48c83](https://github.com/o2project/steins-git/commit/45c48c83dfbd298174ee09f9d06ad73d307e902e))
9+
* PDF出力でエラーが出てしまっていたのでURLをエスケープするようにした ([930986cc](https://github.com/o2project/steins-git/commit/930986cc6488625d496c36e1421e90bb3b972855))
10+
* **images:** 画像を置く場所が、今までのところだとEPUB出力時に都合が悪かったので、./images以下にまとめて置くようにした ([9efce50a](https://github.com/o2project/steins-git/commit/9efce50af8c04a1d1cdad800bd893b13f62b9457))
11+
12+
13+
#### Features
14+
15+
* **Gemfile:** EPUB形式で出力するためにasciidoctor-epub3を追加 ([51813977](https://github.com/o2project/steins-git/commit/518139773b3c5317249e8fc01c58e5058c808ccf))
16+
* **Rakefile:** EPUB出力に対応した ([01e79c41](https://github.com/o2project/steins-git/commit/01e79c41044601b9a58edbc021bcb47293255d86))
17+
18+
119
### 1.0.2 (2014-08-05)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Steins;Git",
33
"description": "Steins;Gateを用いてGitを解説する薄い本",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"author": "O2 Project",
66
"license": "CC-BY-NC 2.1 JP",
77
"scripts": {

0 commit comments

Comments
 (0)