moderngl / moderngl-window

A cross platform utility library for ModernGL making window creation and resource loading simple
MIT License
244 stars 57 forks source link

Package version #3

Closed einarf closed 5 years ago

einarf commented 5 years ago

I suggest aligning the version of this package with the ModernGL version. At least the major version. I'm not entirely sure where to go from there, but would that will be sufficient?

szabolcsdombi commented 5 years ago

if we align major + minor we must increment patch even if we do a breaking change I am not sure how to solve this.

einarf commented 5 years ago

Not an easy one. We can worry about this later. With proper tagging and branching it should not be a lot of work to bump version numbers later.

Think I'll just start at 0.x for now and bump to 1.0.0 when the API seems fairly fixed.

I'll keep this issue open in case someone has more input.

yoyonel commented 5 years ago

Hi, I used a trigger method on GitlabCI (at work) to link 2 projects (a python package and a python application, the scenario look close at your) and "force" building if the "master" (python package) was updated. It's seems to have the same technology with TravisCI: https://docs.travis-ci.com/user/triggering-builds but i've never try. Hope this can help your.

einarf commented 5 years ago

Looks like moderngl 5 and 6 will work togehter so we don't have to worry too much about this currently