Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Jan 12, 2017
1 parent 7f96c99 commit d4af48c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE
@@ -1 +1 @@
v0.15.7-beta
v0.15.8-beta
9 changes: 9 additions & 0 deletions ReleaseNotes.md
@@ -1,3 +1,12 @@
# 0.15.8

- [Refactoring] Removed Turbolinks from the docs theme due to some oddness with JavaScript loading
- [Fix] Removes overridden members from the members collection in `CodeAnalysis` module
- [Refactoring] Moved remarks section up in docs theme
- [Feature] Added `_Head.cshtml` override file to the blog themes
- [Feature] Support for `<inheritdoc/>` in the `CodeAnalysis` module and docs recipe (#364)
- [Refactoring] Updated Markdig version

# 0.15.7

- [Fix] Fixed a bug with new docs recipe package downloads
Expand Down
6 changes: 3 additions & 3 deletions SolutionInfo.cs
Expand Up @@ -6,8 +6,8 @@
using System.Reflection;

[assembly: AssemblyProduct("Wyam")]
[assembly: AssemblyVersion("0.15.7")]
[assembly: AssemblyFileVersion("0.15.7")]
[assembly: AssemblyInformationalVersion("0.15.7-beta")]
[assembly: AssemblyVersion("0.15.8")]
[assembly: AssemblyFileVersion("0.15.8")]
[assembly: AssemblyInformationalVersion("0.15.8-beta")]
[assembly: AssemblyCopyright("Copyright © Wyam Contributors")]

0 comments on commit d4af48c

Please sign in to comment.