openconfig / ygot

A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
Apache License 2.0
286 stars 107 forks source link

add version number to ygot library package #123

Closed larryleguo closed 4 years ago

robshakir commented 6 years ago

Hi Lei,

I propose that we achieve this via having a tag for the version number. This should allow either gopkg.in or go dep to lock version numbers to that tag. Is this sufficient for you?

Cheers, r.

robshakir commented 6 years ago

I tagged version 0.5.0 -- you can now import this via http://gopkg.in/openconfig/ygot.v0. I have tagged a couple of issues that need to be locked down for a 1.0.0 release, none of these should cause major API changes.

larryleguo commented 6 years ago

Thanks. Rob. Just come back from vacation. We are using govendor right now. Let me try how the version works.

Lei

On Mon, Dec 25, 2017 at 12:56 PM, Rob Shakir notifications@github.com wrote:

I tagged version 0.5.0 -- you can now import this via http://gopkg.in/openconfig/ygot.v0. I have tagged a couple of issues that need to be locked down for a 1.0.0 release, none of these should cause major API changes.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/openconfig/ygot/issues/123#issuecomment-353890399, or mute the thread https://github.com/notifications/unsubscribe-auth/Ae4X3H_p-acgFz5SDgf1jurRoDLXW8F3ks5tEAv5gaJpZM4Qt1b4 .

wenovus commented 4 years ago

Rob added modules now.