Skip to content

Commit

Permalink
reorder change file (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
gborough authored Jan 28, 2024
1 parent b3f6d26 commit 3ab0e67
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CHANGES
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

0 comments on commit 3ab0e67

Please sign in to comment.