toml icon indicating copy to clipboard operation
toml copied to clipboard

1.0 release?

Open retnikt opened this issue 4 years ago • 7 comments

The API seems pretty stable by now, and TOML itself has reached 1.0, so can we get a 1.0 release? It would help with adoption of PEP 518 (pyproject.toml) by some particularly stubborn projects. There is #134, but that was closed silently a while ago.

retnikt avatar Jun 09 '20 14:06 retnikt

At this point, an rc1 release candidate for TOML is out, but v1.0.0 proper is not yet released. This library could move to attain full compliance with v1.0.0rc1 early on, then the rest would be easy.

eksortso avatar Jun 10 '20 02:06 eksortso

Oh, I didn't realise it was only a release candidate.

retnikt avatar Jun 10 '20 08:06 retnikt

https://github.com/toml-lang/toml/projects/1 is where you can track the progress to 1.0:

TOML is now used by multiple projects and is a fairly stable language.

We should bump up TOML to 1.0 to signify that it is a stable language from the version number too. This board is for tracking the progress for getting there.

brainwane avatar Jun 17 '20 18:06 brainwane

TOML 1.0 is out https://twitter.com/mojombo/status/1349133804137447425

https://toml.io/en/

(thanks @pradyunsg!)

astrojuanlu avatar Jan 14 '21 09:01 astrojuanlu

I'll reiterate my offer to comaintain this project (https://github.com/uiri/toml/issues/267#issuecomment-609112291).

pradyunsg avatar Jan 14 '21 11:01 pradyunsg

Ok, I have write access to this repository now and have triaged through the entire backlog of issues and labelled them.

I still don't have access to PyPI though, so I'm not quite sure if I should invest in trying to fix the various bugs and lack of TOML 1.0 support in this library. None the less, if there's folks who want to move away from this library they can use tomli or tomlkit.

pradyunsg avatar Apr 20 '22 19:04 pradyunsg

@pradyunsg I'd be happy to help with what you need to get TOML 1.0 support in this library and then do a new release.

uiri avatar Apr 20 '22 19:04 uiri