That is correct. Versions -between- 0.10.0 and 0.11.0 should technically be compatible. However, that is not to say that every version will go up incrementally, as there could be work done that would require a major upgrade (like with 0.9.2 going to 0.10). I would recommend incrementally upgrading your code (this goes for any library) anyway :)
On Mar 8, 4:01 am, kristian <[email protected]> wrote: > since I have at least one or two libraries which produce a lot of > deprecated warnings which is not a problem as such. but I am worried > about these deprecated features to disappear in the coming release of > DM. these libraries use dependency requirement: > > ~> 0.10.1 > > which I understand to be the range [0.10.1, 0.11.0) - see > alsohttp://docs.rubygems.org/read/chapter/7#page26- but seeing the last > digit to be the minor version number in DM. > > so this is just to verify that DM is following such schema or what > versioning schema is DM following ? > > thanx Kristian -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
