wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions
https://docs.rs/markdown/1.0.0-alpha.21/markdown/
MIT License
965 stars 53 forks source link

Feature Request: Add tag for release `0.3.0` #157

Closed freeform-andre closed 4 days ago

freeform-andre commented 4 days ago

Hi, thanks for this crate!

I was wondering if any maintainers would be willing to tag the commit used for at least https://crates.io/crates/markdown/0.3.0 but potentially older releases as well. That'd be helpful in triaging issues.

wooorm commented 4 days ago

Hi! Please read the readme. That is the previous project. Do not use that. Use the one in the readme

freeform-andre commented 3 days ago

@wooorm do you know when the next release will be? I found this crate on crates.io and followed the seemingly standard practice of adding a crate. Is 0.3.0 not a commit in this repo?

ChristianMurphy commented 3 days ago

Is 0.3.0 not a commit in this repo?

It is not

ChristianMurphy commented 3 days ago

See the intro in the readme

Note: this is a new crate that reuses an old name. The old crate (0.3.0 and lower) has a bunch of problems. Make sure to use the new crate, currently in alpha at 1.0.0-alpha.21.