jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
4.91k stars 1.78k forks source link

New release? 🤔 #1204

Closed kloczek closed 10 months ago

kloczek commented 11 months ago

https://github.com/jbeder/yaml-cpp/compare/yaml-cpp-0.7.0...master shows almost 50 commits since last release which was in 2021.

Do you have any plans to flush those commits and release new version? 🤔

BTW it would be good to change tagging convention from yaml-cpp-<version> to just <version> because autogenerated from git tag tar ball automatically forms archive with base directory <repo-name>-<git.tag>.

jbeder commented 10 months ago

Just pushed 0.8.0.

kloczek commented 10 months ago

Thank you very much 👍 😄