From ba5820244cd9682be058a07cbe6d53e99550806b Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Mon, 19 Feb 2018 09:57:37 +0700 Subject: [PATCH] Prepare 0.1.1 --- CHANGELOG.md | 12 ++++++++++++ RELEASE_NOTES.md | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bafe3b5..60a490d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.1.1 + +## Breaking changes: + +* Some directories inside of SIT repository get renamed: `.web` becomes `web` and + `.reducers` becomes `reducers` (6a5dfc4a-74f1-4410-b21e-7c60a0939890) + +## Improvements: + +* Adds (minimally tested) Windows 7 support (e573efdb-ae64-4ad2-bc5b-d9f6786a1a96) +* Improves styling of comments (a1714e8a-7dc7-4332-aee2-941a74b35956) + # 0.1.0 First public release. Hello, world! diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 27493436..4f78304c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,13 @@ +# 0.1.1 + +Maintenance release. The core highlights are: + +* Backport of a breaking change of the placement of a few directories inside + of the SIT repository: `.web` becomes `web` and `.reducers` become `reducers`. + Please rename them in your repositories accordingly. +* Adds `windows7` feature that enables building SIT for Windows 7 + (at this moment, not fully verified) + # 0.1.0 First public release. The intention is to get more people to try SIT out