Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
3.1.1
13316eb8 · ·2018-09-28 3.1.1: ------------------- * Fix bat/exe check to only fail when .bat and .exe files with same name exist #49 Contributors: ------------- * @mingwandroid
-
3.1.0
b43ea6ff · ·2018-07-24 3.1.0: ------------------- * add git_rev to source section fields #41 * use versioneer for versioning #42 * import license families and FIELDS schema from conda-build when it is available #47 * make exiting optional, but always print errors #47 Contributors: ------------- * @mandeep * @msarahan
-
3.0.2
bdb3e6bf · ·2018-03-02 3.0.2: ------------------- * fix hash and filesize verification #19 * line up object types as bytes #20 * add pyyaml install req #22 * Add several additional recipe verifications #23 * add version spec regex #29, #36 * backport fullmatch re function from python 3.4; use it #29 * fix C1129 being thrown when filename is enclosed in quotes #31 * separate check_prefix_file into multiple functions #32 * add test for duplicate build reqs * add test for invalid git sources * Change error message in C2113 and C2114 to show meta.yaml instead of index.json * Allow custom keys in the extra section #34 Contributors: ------------- * @mandeep * @msarahan * @nehaljwani