Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-04-21 21:26:03 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-04-21 21:26:03 +0300
commit2c7577e2aad41ee99271c926e5f3c38bd244651d (patch)
tree2f41beb3d93c13f869d922ed200938d90d6a7e25
parent8b91cad0ddfd4e8a3b6c1696cad913c4168032b8 (diff)
Update theme to 0.2.6v0.2.6
-rw-r--r--CHANGELOG.md27
-rw-r--r--theme.toml6
2 files changed, 23 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5213a78..88ca13b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log
+## [0.2.6](https://github.com/mattstratton/castanet/tree/0.2.6) (2017-04-21)
+[Full Changelog](https://github.com/mattstratton/castanet/compare/v0.2.5...0.2.6)
+
+**Implemented enhancements:**
+
+- Add a blank override css file for customizations [\#33](https://github.com/mattstratton/castanet/issues/33)
+
+**Closed issues:**
+
+- Doesn't work with one episode [\#44](https://github.com/mattstratton/castanet/issues/44)
+- Create automated release pipeline [\#38](https://github.com/mattstratton/castanet/issues/38)
+
## [v0.2.5](https://github.com/mattstratton/castanet/tree/v0.2.5) (2017-02-11)
[Full Changelog](https://github.com/mattstratton/castanet/compare/v0.2.4...v0.2.5)
@@ -7,9 +19,14 @@
- Missing navbar items when testing included example site [\#36](https://github.com/mattstratton/castanet/issues/36)
-**Merged pull requests:**
+## [v0.2.4](https://github.com/mattstratton/castanet/tree/v0.2.4) (2017-02-11)
+[Full Changelog](https://github.com/mattstratton/castanet/compare/v0.2.3...v0.2.4)
+
+## [v0.2.3](https://github.com/mattstratton/castanet/tree/v0.2.3) (2017-02-11)
+[Full Changelog](https://github.com/mattstratton/castanet/compare/v.0.2.2...v0.2.3)
-- Fix missing menu items in navigation bar [\#37](https://github.com/mattstratton/castanet/pull/37) ([thercast](https://github.com/thercast))
+## [v.0.2.2](https://github.com/mattstratton/castanet/tree/v.0.2.2) (2017-02-11)
+[Full Changelog](https://github.com/mattstratton/castanet/compare/v.0.2.1...v.0.2.2)
## [v.0.2.1](https://github.com/mattstratton/castanet/tree/v.0.2.1) (2017-02-11)
[Full Changelog](https://github.com/mattstratton/castanet/compare/v.0.2.0...v.0.2.1)
@@ -74,10 +91,6 @@
[Full Changelog](https://github.com/mattstratton/castanet/compare/v0.1...v0.1.0)
## [v0.1](https://github.com/mattstratton/castanet/tree/v0.1) (2016-09-25)
-**Merged pull requests:**
-
-- waffle.io Badge [\#2](https://github.com/mattstratton/castanet/pull/2) ([waffle-iron](https://github.com/waffle-iron))
-
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index 4af4442..0e05731 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,11 +5,11 @@ name = "Castanet"
license = "MIT"
licenselink = "https://github.com/mattstratton/castanet/blob/master/LICENSE.md"
description = ""
-homepage = "http://siteforthistheme.com/"
+homepage = "https://github.com/mattstratton/castanet"
tags = ["", ""]
features = ["", ""]
-min_version = 0.18
-theme_version = 0.2.5
+min_version = 0.19
+theme_version = 0.2.6
[author]
name = "Matt Stratton"