From 3ab0e67a9fe247fe57df70d26e69fd6fbf3e1251 Mon Sep 17 00:00:00 2001 From: Geoffrey Borough <105998328+gborough@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:48:58 +1100 Subject: [PATCH] reorder change file (#16) --- CHANGES | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGES b/CHANGES index 6ae4662..0983d71 100644 --- a/CHANGES +++ b/CHANGES @@ -1,27 +1,27 @@ -## 0.1.0 (2024-01-08) - -* Initial release - -## 0.2.0 (2024-01-19) +## 0.2.1 (2024-01-29) ### Added -* Added versioning field to Sarif core type +* Added ocamlformat rules + +### Removed +* Removed unnecessary ord derive on all types ### Fixed -* Fixed missing JSON field for artifactLocation, artifactChanges, shortDescription, deletedRegion, webRequests, webResponses, itemCount, exitCode, parentIndex, partialFingerprints, workItemUris, mappedTo +* Fixed PropertyBag signature from (string * string) list -> (string * abstract) list to cover JSON value cases ## 0.2.1 (2024-01-24) ### Removed * Removed core and re2 dependencies -## 0.2.1 (2024-01-29) +## 0.2.0 (2024-01-19) ### Added -* Added ocamlformat rules - -### Removed -* Removed unnecessary ord derive on all types +* Added versioning field to Sarif core type ### Fixed -* Fixed PropertyBag signature from (string * string) list -> (string * abstract) list to cover JSON value cases \ No newline at end of file +* Fixed missing JSON field for artifactLocation, artifactChanges, shortDescription, deletedRegion, webRequests, webResponses, itemCount, exitCode, parentIndex, partialFingerprints, workItemUris, mappedTo + +## 0.1.0 (2024-01-08) + +* Initial release \ No newline at end of file