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>2018-11-17 22:23:48 +0300
committerMatt Stratton <matt.stratton@gmail.com>2018-11-17 22:23:48 +0300
commit6410e419b49ead05f18732651989a77911e4761f (patch)
treef3689d6cd68fdc0df4c9952c3e6bbbdf15562eb1
parent831abe9318552c8a54325a393a1d2bd7906a38dd (diff)
Update theme to version 0.13.00.13.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--theme.toml2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e46f52d..3f2fa80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log
## [0.12.0](https://github.com/mattstratton/castanet/tree/0.12.0) (2018-11-17)
+**Merged pull requests:**
+
+- Add optional explicit for the feed itself since seems itunes wants this [\#196](https://github.com/mattstratton/castanet/pull/196) ([alexmurray](https://github.com/alexmurray))
+
+## [0.11.0](https://github.com/mattstratton/castanet/tree/0.11.0) (2018-11-17)
**Implemented enhancements:**
- Feed should pull language code from config file [\#177](https://github.com/mattstratton/castanet/issues/177)
@@ -11,7 +16,6 @@
**Merged pull requests:**
-- Add optional explicit for the feed itself since seems itunes wants this [\#196](https://github.com/mattstratton/castanet/pull/196) ([alexmurray](https://github.com/alexmurray))
- Use language config.toml value in RSS [\#195](https://github.com/mattstratton/castanet/pull/195) ([rajeshduggal](https://github.com/rajeshduggal))
## [0.10.0](https://github.com/mattstratton/castanet/tree/0.10.0) (2018-08-03)
diff --git a/theme.toml b/theme.toml
index 8132a17..cf2df6b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,7 +9,7 @@ homepage = "https://github.com/mattstratton/castanet"
tags = ["podcast", "responsive"]
features = ["podcast RSS", "subscribe buttons"]
min_version = 0.36
-theme_version = "0.12.0"
+theme_version = "0.13.0"
[author]
name = "Matt Stratton"