Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

Commit bef46e6

Browse files
committed
v0.5.0 - update package
1 parent 5cdf30d commit bef46e6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
99
```bash
1010
user@hostname$ ./build.sh
1111
```
12-
By default this will build delta 0.4.5 on Debian Buster.
12+
By default this will build delta 0.5.0 on Debian Buster.
1313
Since v0.1.1-2 , the package has been renamed `delta-diff` (see discussion in [issue #1](https://github.com/barnumbirr/delta-debian/issues/1)).
1414
The executable is still called `delta` however.
1515

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
IMAGE="debian:buster-slim"
66
TARGET="$(dirname "$0" | xargs realpath)"
7-
VERSION="0.4.5"
7+
VERSION="0.5.0"
88

99
while getopts "v:i:h" opt
1010
do

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
delta-diff (0.5.0-1) unstable; urgency=medium
2+
3+
* Version 0.5.0
4+
5+
-- Martin Simon <[email protected]> Thu, 31 Dec 2020 00:00:00 +0000
6+
17
delta-diff (0.4.5-1) unstable; urgency=medium
28

39
* Version 0.4.5

debian/copyright

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ License: MIT License
3131
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3232
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3333
SOFTWARE.
34-

0 commit comments

Comments
 (0)