aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHussein A <44173825+haitlahcen@users.noreply.github.com>2019-01-30 16:07:56 +0100
committerGitHub <noreply@github.com>2019-01-30 16:07:56 +0100
commit2f7e1a82773077034b335e3fa0a36ca41fc18032 (patch)
tree34925fa26e5637e93a5d779deddff27322e9529b /CHANGELOG.md
parenta60f5f961215e9a011b4a0dfe651758001f116d8 (diff)
parent63d289fd2f02a4d45e60f61e11f8dd9d3b4963fc (diff)
downloadclever-tools-nix-2f7e1a82773077034b335e3fa0a36ca41fc18032.tar.gz
clever-tools-nix-2f7e1a82773077034b335e3fa0a36ca41fc18032.tar.zst
clever-tools-nix-2f7e1a82773077034b335e3fa0a36ca41fc18032.zip
Merge pull request #6 from haitlahcen/upgrade-1.1.0
upgrade to 1.1.0 and get rid of nodegit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..3b37960
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
1## 1.1.0
2
3* Get rid of nodegit, not being used anymore by clever-tools.
4* Fix harcoded binary offsets used by `zeit/pkg` (which bundle the executable).
5
6## 0.9.3
7
8* Use patchelf to make the binaries nix-compliant.
9* Introduce custom `nodegit` derivation.