From 63d289fd2f02a4d45e60f61e11f8dd9d3b4963fc Mon Sep 17 00:00:00 2001 From: Hussein Ait-Lahcen Date: Mon, 5 Nov 2018 17:24:54 +0100 Subject: [PATCH] introduce changelog and update readme --- CHANGELOG.md | 9 +++++++++ README.md | 8 -------- 2 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 CHANGELOG.md 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.0 + +* Get rid of nodegit, not being used anymore by clever-tools. +* Fix harcoded binary offsets used by `zeit/pkg` (which bundle the executable). + +## 0.9.3 + +* Use patchelf to make the binaries nix-compliant. +* Introduce custom `nodegit` derivation. diff --git a/README.md b/README.md index ec8e333..3d9894a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,6 @@ Nix derivation to install clever-tools - see https://github.com/CleverCloud/clever-tools -## What's in it - -2 derivations to install -- nodegit.node 0.20.3 for node v51, from prebuilt archive -- clever-tools 0.9.3, from prebuilt archive - -Main job of those derivations is to use patchelf to make it nix compliant. - ## How to use it [See the example.nix](https://github.com/fretlink/clever-tools-nix/blob/master/example.nix) -- 2.41.0