bivas / protobuf-java-format

Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
BSD 3-Clause "New" or "Revised" License
152 stars 97 forks source link

Missing release tags #29

Closed ebourg closed 8 years ago

ebourg commented 8 years ago

Hi,

The GitHub repository is missing some release tags for the old releases, could you please consider adding them? Here are the commits matching the release dates on https://code.google.com/archive/p/protobuf-java-format/downloads

git tag 1.2   8d4e755fca74820578885909f93ce50c14fc3889
git tag 1.1.1 dabc9ef2f74e67e30a0596874a24f51248580ad0
git tag 1.1   660fcd81a67c48b2ea160e0aee3e5fa853c248ae
git tag 1.0   daeb86721223a1f12be6b6026aa1c7444f4d0603
git push --tags

Thank you

scr commented 8 years ago

Done

ebourg commented 8 years ago

Thank you!