Skip to content

Commit 9597859

Browse files
committed
Version 1.0.5.
1 parent 29ed95b commit 9597859

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CHANGELOG
2+
3+
## 1.0.5 (2021-03-22)
4+
5+
This release brings the following improvements/simplifications based
6+
on its use of the latest version of the Prolog library Collection:
7+
8+
- Simplify the DOT implementation by reusing the generic
9+
`ascii_id/[1,2]` predicates from the Prolog Library Collection.
10+
11+
- Apply the Prolog types for Media Types, option dictionaries, and
12+
I/O streams (sync with Prolog Library Collection).
13+
14+
- Updated all examples and tests to use the latest notation.

pack.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
packager('Wouter Beek', 'wouter@triply.cc').
77
requires(prolog_library_collection).
88
title('Prolog-based graph visualization').
9-
version('1.0.4').
9+
version('1.0.5').

0 commit comments

Comments
 (0)