Skip to content

Commit

Permalink
added changelog; go-mod-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
deemount committed Mar 23, 2024
1 parent 61279be commit 4430899
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Upcoming Release

## v0.1.0

### Improvements

### Bug Fixes

### Changes

## v0.1.0-beta3

### Improvements

### Bug Fixes

### Changes

## v0.1.0-beta2

### Improvements

### Bug Fixes

### Changes

## v0.1.0-beta1

### Improvements

### Bug Fixes

### Changes

## v0.1.0-alpha

Initial Pre-Release
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/deemount/gobpmnHash
go 1.22

require (
github.com/deemount/gobpmnModels v0.0.0-20240316085912-7831ff39ffa4
github.com/deemount/gobpmnModels v0.0.0-20240322101529-ef7fa88e9769
github.com/deemount/gobpmnReflection v0.0.0-20240315112013-036495e4c08d
github.com/stretchr/testify v1.9.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/deemount/gobpmnModels v0.0.0-20240316085912-7831ff39ffa4 h1:xAqg4ZIeMDxME0O8O4UpwpcS3AeXB+3IspauNX2G2AA=
github.com/deemount/gobpmnModels v0.0.0-20240316085912-7831ff39ffa4/go.mod h1:bv2zkkqCzzaGV5gYP3gDQfMXuqjxMBjSl9GjHFo2mY8=
github.com/deemount/gobpmnModels v0.0.0-20240322101529-ef7fa88e9769 h1:TtoUBKj5lgXUtbm1v5yrEmrb9DEtIVEKswqWHOiqp1k=
github.com/deemount/gobpmnModels v0.0.0-20240322101529-ef7fa88e9769/go.mod h1:bv2zkkqCzzaGV5gYP3gDQfMXuqjxMBjSl9GjHFo2mY8=
github.com/deemount/gobpmnReflection v0.0.0-20240315112013-036495e4c08d h1:yQY4ikw/HuvVlPu3hGc0X8gntQnSbLqMnUw/nHRRCKU=
github.com/deemount/gobpmnReflection v0.0.0-20240315112013-036495e4c08d/go.mod h1:j8WCmdzEkTq/FVsWJAdoPtjTiRryLZp/WjOLcIqtt5c=
github.com/deemount/gobpmnTypes v0.0.0-20240315111519-43046016ad9f h1:0gux6KtY8XgrN/L9tiZ7B+wx3th7x4hBYu1+wtUkHYY=
Expand Down

0 comments on commit 4430899

Please sign in to comment.