Skip to content

Releases: clibs/clib

2.8.5

08 Nov 21:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.8.3...2.8.5

Release 2.8.3

18 Jan 16:10
Compare
Choose a tag to compare
chore(): 2.8.3

Release 2.8.2

21 Nov 08:48
Compare
Choose a tag to compare
  • [fix] Fixing the failing tests on MacOS (#271)
  • [fix] Initialze the cache in every package related test (1959247 febea2e)
  • [fix] Heap buffer overflow reported by Address Sanitizer (#280)
  • [fix] Only successful installs should be cached (#281 b7841ca 90114c2 0c19a04 b976c63)
  • [fix] Incorrect upgrade message (#282)

Release 2.7.0

26 Jan 08:48
Compare
Choose a tag to compare
  • [feature] Integrating clib-uninstall as clib uninstall command (#245)
  • [feature] Integrating clib-validate to automatically validate clib.json files (#242)
  • [deprecated] Deperecated clib-* executable plugins (#244)
  • [fix] clib init can't always determine the current directory name (#240)
  • [fix] memory leak in clib.c (353834e)

Release 2.6.1

14 Jan 12:18
Compare
Choose a tag to compare
  • [fix] Expire the search cache (#234)
  • [fix] Fixing compiler warnings (#235)
  • [fix] warning generated by clang (#238)
  • [add] Log if a package cannot be installed (#236)

Release 2.6.0

11 Jan 07:31
Compare
Choose a tag to compare
  • [change] clib upgrage will install the latest released tag by default if no --tag provided (#230)
  • [fix] Fixed memory leak for clib-search (#229)
  • [fix] Fix memory leak in clib-configure (#228)

Release 2.5.0

09 Dec 18:46
Compare
Choose a tag to compare
  • [fix] Update BEST_PRACTICE.md (#218)
  • [fix] docs: fix simple typo, relese -> release (#221)
  • [fix] doc(README.md): Replace dead link with archive.org's (#222)
  • [fix] Replacing olegtarasov/get-tag action in release workflow with a working fork (114b93f)
  • [add] Added fuzzer (#224)
  • [add] Added free to fuzzer (#225)
  • [remove] Removing deprecated -v flag (#227)
  • [remove] Removing unused/duplicated environment variables (CLIB_FORCE, CLIB_PREFIX, PREFIX) (#226)

Release 2.4.1

18 Sep 20:43
Compare
Choose a tag to compare
  • [fixed] Correct CLIB_VERSION

Release 2.4.0

18 Sep 20:21
Compare
Choose a tag to compare
  • [change] Logging future change in clib upgrade's default behaviour (#215)
  • [refact] Remove unused str-concat dep (#216)
  • [feature] Notifying the user if new version is available (#217)

Release 2.3.0

09 Sep 07:54
Compare
Choose a tag to compare
  • [refact]: Integrating clib-cache into the main repository (#206)
  • [refact]: Add clang-format for code formatting (#209, #211)
  • [fix]: clib-package.c memory leaks (#210)