Skip to content

Commit

Permalink
v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TOGoS committed Oct 18, 2024
1 parent 2e2fe23 commit 11bfc47
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
---------------------------------------------------------------------------------------------------
Version: 1.6.6
JAR: urn:bitprint:XNC65INQVV4KWDVMWNYUKCMXJ5H7YZOL.J7JGBU4Z3EKEQUAJ753TAYCTB2VIR5OOIPUMT6Q
Date: 2024-10-18
Changes:
- Deprecate `RdfNode#toString` and replace with `#toXml`; this applies to subclasses
like RdfCommit, also
- `RdfNode#toXml` assumes you're creating a 'full XML file',
and includes a trailing newline accordingly
Bugs:
- Same unit tests failing as before, even after some supposed fixes
---------------------------------------------------------------------------------------------------
Version: 1.6.4
JAR: urn:bitprint:GBHPQ6L57CS6EGM2DES5B4QRRDYBX44F.SEIK6HERPX6ZJRUIONGNBP7J2SQVYCQWPINOETA
Date: 2023-07-18
Expand Down
2 changes: 1 addition & 1 deletion ContentCouch.jar.urn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
urn:bitprint:GBHPQ6L57CS6EGM2DES5B4QRRDYBX44F.SEIK6HERPX6ZJRUIONGNBP7J2SQVYCQWPINOETA
urn:bitprint:XNC65INQVV4KWDVMWNYUKCMXJ5H7YZOL.J7JGBU4Z3EKEQUAJ753TAYCTB2VIR5OOIPUMT6Q
2 changes: 1 addition & 1 deletion src/main/java/contentcouch/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
public class Versions {
private Versions() { }

public static String CCOUCH_VERSION = "1.6.5-normalize-commit-xml-2024.10.18";
public static String CCOUCH_VERSION = "1.6.6-2024.10.18";
}

0 comments on commit 11bfc47

Please sign in to comment.