mre / mos6502

MOS 6502 emulator written in Rust
BSD 3-Clause "New" or "Revised" License
77 stars 15 forks source link

New versions not on cargo.io #70

Closed omarandlorraine closed 1 year ago

omarandlorraine commented 1 year ago

We have released versions 0.3.0 and 0.4.0, but crates.io seems stuck on version 0.2.0 from around 2 years ago.

mre commented 1 year ago

Huh, let me quickly push a new release. For the future, we should push it to crates.io automatically with Github actions.

mre commented 1 year ago

Alright, I published 0.3.0 and 0.4.0 and bumped master to 0.5.0 for the next release.

mre commented 1 year ago

Alright, we set up the pipeline, so this should no longer happen in the future. Now, whenever we tag a release, it will automatically be pushed to crates.io.

omarandlorraine commented 1 year ago

Thanks!