Skip to content

Releases: nim-lang/nimble

Nimble v0.20.1

17 Jul 10:03
9207e8b
Compare
Choose a tag to compare

What's Changed

  • Include special versions in list action by @jmgomez in #1415
  • Improves package collection for SAT by @jmgomez in #1416
  • Fixes an issue where processRequirements was overriding special versions by @jmgomez in #1417
  • Fixes an issue where sometimes, when using special versions a duplicated entry appears in nimble.paths by @jmgomez in #1420
  • Reactivates url in trequires tests by @jmgomez in #1422
  • Fixes an issue where the old code path falls into recursive deps and causes unneeded deps to be present by @jmgomez in #1423
  • Fixes #1412. Allow spaces in paths by @jmgomez in #1424
  • #Fixes 1418 "nimble test -c and nimble test --continue causes tests t… by @jmgomez in #1425
  • Fixes #1419 by @jmgomez in #1426
  • Bumps 0.20.1 by @jmgomez in #1427

Full Changelog: v0.20.0...v0.20.1

Nimble v0.20.0

08 Jul 09:41
cea7631
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.2...v0.20.0

Nimble v0.18.2

27 Mar 09:19
b1dc284
Compare
Choose a tag to compare
Bumps version (#1378)

Nimble v0.18.0

19 Mar 11:50
01082b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.4...v0.18.0

Nimble v0.16.4

13 Dec 10:37
4e7e646
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.3...v0.16.4

v0.16.3

15 Nov 10:22
6ba10a4
Compare
Choose a tag to compare

What's Changed

  • Updates changelog by @jmgomez in #1276
  • bumps setup-nim-action by @jmgomez in #1280
  • Fixes #1277 Tagged versions (i.e. #head) behaves like any except when matched against another tag by @jmgomez in #1279
  • Fixes an issue where --requires didnt work for adding nim constraints (include Nim in SAT resolution) by @jmgomez in #1282
  • Improves sat error messages. Making it easier to spot conflicting deps by @jmgomez in #1281
  • Nim Binaries by @jmgomez in #1283
  • sat and checksums are now git submodules by @jmgomez in #1285
  • bump version to 0.16.3 by @jmgomez in #1286

Full Changelog: v0.16.2...v0.16.3

v0.16.2

11 Oct 09:52
46e2ae1
Compare
Choose a tag to compare

What's Changed

  • Adds requires flag which allows to add extra packages to the dependency resolution by @jmgomez in #1266
  • when in solver:sat sets the right nim version by @jmgomez in #1267
  • zero to hero: nimble is able to function without nim in the path by @jmgomez in #1269
  • enable sat by default by @jmgomez in #1273
  • bump v0.16.2 by @jmgomez in #1274

Full Changelog: v0.16.1...v0.16.2

v0.16.1

13 Sep 10:32
4fb6f8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

24 Jul 08:08
54a85d4
Compare
Choose a tag to compare

What's Changed

New Contributors

Read more

Latest Nimble Binaries

10 Apr 14:28
Compare
Choose a tag to compare
Pre-release
Downgrade NIMBLE_DIR notification to info

- warnings typically require action from the user. In that case, having
NIMBLE_DIR is not something that the user should be concerned about.