summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-19 07:41:22 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-19 07:41:22 -0800
commit87daeda7c3f31d9b7ac881fc0feafedeec653f59 (patch)
treea2d2b4b619ffb593fef742f86752803a7c3e1136 /readme.md
parentaded4d9c3cd073f170e3c5f76df9a5910104b654 (diff)
downloadmill-87daeda7c3f31d9b7ac881fc0feafedeec653f59.tar.gz
mill-87daeda7c3f31d9b7ac881fc0feafedeec653f59.tar.bz2
mill-87daeda7c3f31d9b7ac881fc0feafedeec653f59.zip
start a changelog0.1.1
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md27
1 files changed, 6 insertions, 21 deletions
diff --git a/readme.md b/readme.md
index f79deacf..872a8839 100644
--- a/readme.md
+++ b/readme.md
@@ -373,29 +373,14 @@ end of 2017.
Until then, let's keep Mill private. If someone wants to poke their nose in and
see what's going on, we should expect them to contribute code!
-### Release Criteria
+## Changelog
-The final milestone before a public release, is for Mill to be able to fully
-substitute SBT in developing the following projects:
-- https://github.com/lihaoyi/mill: a single-scala-version, single-platform Scala
- project
+### 0.1.1
-- https://github.com/lihaoyi/acyclic: a Scala project cross-published against
- Scala {2.10, 2.11, 2.12}
+- Fixes for `foo.console`
+- Enable Ammonite REPL integration via `foo.repl`
-- https://github.com/playframework/play-json: a Scala project with multiple
- submodules partially-cross-published against Scala {2.10, 2.11, 2.12} X {JVM,
- JS}
+### 0.1.0
-- https://github.com/lihaoyi/utest: a Scala project fully-cross-published
- against Scala {2.10, 2.11, 2.12} X {JVM, JS, Native}
-
-- https://github.com/gitbucket/gitbucket: a standalone *application* build
- using Scala (v.s. all the libraries listed above) with a simple build
-
-Each of these are relatively simple projects. Satisfying all of their
-requirements (codegen, building, testing, publishing, etc.) and being happy with
-the Mill code necessary to do so (both in their build code, as well as Mill's
-own implementation). Meeting that baseline is the minimum we should support
-before advertising Mill to the general community
+- First public release \ No newline at end of file