Skip to content

Commit

Permalink
Release 1.0.0-rc.1 (#720)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pradyunsg authored Apr 3, 2020
1 parent 83cc3b7 commit e597958
Show file tree
Hide file tree
Showing 3 changed files with 1,040 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TOML Changelog

## Unreleased
## 1.0.0-rc.1 / 2020-04-01

* Clarify in ABNF how quotes in multi-line basic and multi-line literal strings
are allowed to be used.
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ Tom's Obvious, Minimal Language.
By Tom Preston-Werner, Pradyun Gedam, et al.

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

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

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

Objectives
----------
Expand Down
Loading

0 comments on commit e597958

Please sign in to comment.