-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
* 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 |