Skip to content

Commit

Permalink
release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Oct 10, 2019
1 parent 6282dd6 commit 5b18f0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tags": ["haxelib", "core"],
"description": "The haxelib client",
"classPath": "src",
"version": "3.4.0",
"releasenote": " * Fix password input issue in Windows (#421).\n * Only use 'dev' version when no explicit version ask or version not installed.\n * Add ability to ignore proxy test failure (#413).\n * Improved file download to support 3 retries and http redirections.\n * Default to use https to access lib.haxe.org.\n * Add `haxelib libpath` (#410).\n * Remove progress output if `--quiet` (#373).\n * Include commit hash in `haxelib version` when build from git source.\n * Support git dependencies (#344).",
"contributors": ["back2dos", "ncannasse", "jason", "Simn", "nadako", "andyli"]
"version": "4.0.0",
"releasenote": " * Added `haxelib libpath` command (#407)\n * Allow forcing proxy configuration if proxy test failed (#411)\n * Use version specified by `-lib library:1.2.3` even if currently active one is `dev`\n * Strip comments from extraParams.hxml for `haxelib path` (#439)\n * Automatically retry failing downloads 3 times\n * Allow environment variables in dev paths using `%VAR_NAME%` syntax. E.g.: `/path/to/%MY_ENV_VAR%/lib`\n * Handle HAXELIB_NO_SSL environment variable to disable https on requests to haxelib server (#448)\n * Added `--skip-dependencies` option (#343)\n * Look for `.haxelib` local repo recursively up along the directories tree (#292)",
"contributors": ["HaxeFoundation", "back2dos", "ncannasse", "jason", "Simn", "nadako", "andyli"]
}
Binary file modified run.n
Binary file not shown.

0 comments on commit 5b18f0d

Please sign in to comment.