schovi / baked_file_system

Virtual File System for Crystal language. Embedding your assets into final binary.
MIT License
177 stars 18 forks source link

Release 0.9.7 isn't tagged properly #31

Closed peterhoeg closed 5 years ago

peterhoeg commented 5 years ago

Still shows 0.9.5 in shard.yml making it impossible to pin something against 0.9.7.

Instead of simply retagging 0.9.7 I suggest making new release 0.9.7.

schovi commented 5 years ago

@peterhoeg I am really confused how to fix this. Version tagged 0.9.7 has the wrong version in shards and next version 0.9.8 simply don't add anything new and just fixing version in shards.yml to 0.9.7.

I am was really confused when I did that. Any specific tips?

peterhoeg commented 5 years ago

Why not just change the version to 0.9.8 and tag it as 0.9.8? It doesn't matter that there are no code changes.

schovi commented 5 years ago

0.9.8 fixed