-
Couldn't load subscription status.
- Fork 370
Closed
Labels
Description
We can see the past release history in the ChangeLog:
Mon Sep 15 17:21:22 2008 Google Inc. <[email protected]>
* cmockery: version 0.12
* Made it possible to specify additional compiler, lib tool and link
flags on Windows.
* Added Windows makefile to the tar ball.
Fri Aug 29 10:50:46 2008 Google Inc. <[email protected]>
* cmockery: version 0.11
* Made it possible to specify executable, library and object output
directories.
Tue Aug 26 10:18:02 2008 Google Inc. <[email protected]>
* cmockery: initial release:
A lightweight library to simplify and generalize the process of
writing unit tests for C applications.
We just need to find the right commits that were the cut-offs for each of the release, and create an appropriate release tag for each of those points.
For v0.1.2, since that was the last release, we also have a pointer to the full tarball courtesy of Homebrew which is hosted on GCS which can be used to identify the right commit point.
Interestingly enough, git log also shows the release tags added to the repo in SVN, but there are several such commits for every SVN tag. We can also look at the commit history of the ChangeLog itself to identify the release points.