eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.24k stars 170 forks source link

No more releases? #81

Closed estan closed 7 years ago

estan commented 7 years ago

Hi,

I just found this project and it looks great.

Are releases still being made, or is it recommended to simply use the master branch?

Looking at the Releases page, it seems that in the past (~2015) releases were made with a few weeks or months in between, but then stopped at 2.0.2 (May 2015). And there's been 120+ commits to master since that release.

Thanks in advance for any clarification!

eranpeer commented 7 years ago

Simply use the latest. It is stable and contains all the latest fixes. In times of heavy development, you may find the latest build icon in red (not passing) state. In these cases the latest build is the best option.

estan commented 7 years ago

@eranpeer Alright, thought so. Thanks for clarifying. Perhaps the README should be updated to recommend running from master? It currently says "Download the Latest Release and start using FakeIt now!" with a link to Releases.