Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 46e7abe

Browse files
committed
Release 0.9.1
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
1 parent e33c9c5 commit 46e7abe

3 files changed

Lines changed: 14 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [0.9.1](https://github.com/devopsdays/devopsdays-theme/tree/0.9.1) (2017-03-02)
4+
[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/0.9.0...0.9.1)
5+
6+
**Implemented enhancements:**
7+
8+
- Create RSS feeds for events and CFP's [\#15](https://github.com/devopsdays/devopsdays-theme/issues/15)
9+
10+
**Fixed bugs:**
11+
12+
- Legacy program pages are missing styling [\#363](https://github.com/devopsdays/devopsdays-theme/issues/363)
13+
- Some static files are not copied to dist folder [\#354](https://github.com/devopsdays/devopsdays-theme/issues/354)
14+
- Alignment tweaks to navbars [\#344](https://github.com/devopsdays/devopsdays-theme/issues/344)
15+
316
## [0.9.0](https://github.com/devopsdays/devopsdays-theme/tree/0.9.0) (2017-02-27)
417
[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/0.8.0...0.9.0)
518

config.codekit3

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8555,22 +8555,6 @@
85558555
"oF": 0,
85568556
"oS": 0
85578557
},
8558-
"\/static\/css\/site.css": {
8559-
"aP": 0,
8560-
"bl": 0,
8561-
"ft": 16,
8562-
"ma": 0,
8563-
"oA": 1,
8564-
"oAP": "\/static\/css\/site-min.css",
8565-
"oF": 0,
8566-
"oS": 0
8567-
},
8568-
"\/static\/css\/site.css.map": {
8569-
"ft": 8192,
8570-
"oA": 2,
8571-
"oAP": "\/static\/css\/site.css.map",
8572-
"oF": 0
8573-
},
85748558
"\/static\/favicon-16x16.png": {
85758559
"ft": 32768,
85768560
"iS": 1034,
@@ -8820,19 +8804,6 @@
88208804
"oS": 3,
88218805
"uL": 1
88228806
},
8823-
"\/static\/scss\/custom.scss": {
8824-
"aP": 1,
8825-
"bl": 0,
8826-
"dP": 10,
8827-
"dS": 0,
8828-
"ft": 4,
8829-
"ma": 1,
8830-
"oA": 1,
8831-
"oAP": "\/static\/css\/custom.css",
8832-
"oF": 0,
8833-
"oS": 3,
8834-
"uL": 1
8835-
},
88368807
"\/static\/scss\/site.scss": {
88378808
"aP": 1,
88388809
"bl": 0,

theme.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/devopsdays/devopsdays-theme/"
99
tags = ["", ""]
1010
features = ["", ""]
1111
min_version = 0.18
12-
theme_version = 0.9.0
12+
theme_version = 0.9.1
1313

1414
[author]
1515
name = "Matt Stratton"

0 commit comments

Comments
 (0)