summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* meta: update version number to v1.6.0-alphaEdward Thomson2022-07-131-1/+1
|
* v1.5: update version numbersEdward Thomson2022-07-131-1/+1
|
* meta: update version number to v1.5.0-alphaEdward Thomson2022-02-141-1/+1
| | | | | | | | | | Update the version number in main to v1.5.0-alpha. This helps people understand that the main builds are not part of the v1.4.0 release train. We use "alpha" to indicate builds out of main (or nightlies) as semver v2 requires the prerelease component is compared lexicographically. Thus, our "beta" and "rc" releases should follow.
* v1.4: update version numbersEdward Thomson2022-02-131-1/+1
|
* v1.3: update version numberethomson/v1_3Edward Thomson2021-09-221-1/+1
|
* v1.2: update version informationEdward Thomson2021-08-311-1/+1
|
* Release v1.1ethomson/v1.1Edward Thomson2020-10-121-1/+1
|
* Update package.jsonSuhaib Mujahid2020-05-111-1/+1
|
* Include clib's package reference.Alexander Jung2018-06-091-0/+7
This PR introduces a new top-level file, `package.json`, which enables this repository compatibility with [`clib`](https://github.com/clibs/clib), an open source C package manager. By doing this, users of `clib` can quickly include the `libgit2` library within their project.