Skip to content

Commit e597958

Browse files
authored
Release 1.0.0-rc.1 (#720)
* Add TOML 1.0.0-rc.1 * Update README notice, for 1.0.0-rc.1 * Fix link to logo * Update CHANGELOG to reflect release
1 parent 83cc3b7 commit e597958

File tree

3 files changed

+1040
-6
lines changed

3 files changed

+1040
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TOML Changelog
22

3-
## Unreleased
3+
## 1.0.0-rc.1 / 2020-04-01
44

55
* Clarify in ABNF how quotes in multi-line basic and multi-line literal strings
66
are allowed to be used.

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ Tom's Obvious, Minimal Language.
88
By Tom Preston-Werner, Pradyun Gedam, et al.
99

1010
Latest tagged version:
11-
[v0.5.0](https://github.com/mojombo/toml/blob/master/versions/en/toml-v0.5.0.md).
11+
[v1.0.0-rc.1](https://github.com/toml-lang/toml/blob/master/versions/en/toml-1.0.0-rc.1.md).
1212

1313
NOTE: The `master` branch of this repository tracks the very latest development
1414
and may contain features and changes that do not exist on any released version.
1515
To find the spec for a specific version, look in the `versions` subdirectory.
1616

17-
As of version 0.5.0, TOML should be considered extremely stable. The goal is for
18-
version 1.0.0 to be backwards compatible (as much as humanly possible) with
19-
version 0.5.0. All implementations are strongly encouraged to become 0.5.0
20-
compatible so that the transition to 1.0.0 will be simple when that happens.
17+
TOML 1.0.0-rc.1 has been released. TOML should be considered extremely stable
18+
now, and TOML 1.0.0 will not contain any non-critical changes. All
19+
implementations are strongly encouraged to become compatible with TOML 1.0.0
20+
release candidates and provide feedback, to ease the transition to 1.0.0, when
21+
it is released.
2122

2223
Objectives
2324
----------

0 commit comments

Comments
 (0)