Skip to content

Commit

Permalink
chore: Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
oeb25 committed Mar 11, 2023
1 parent 3b2a6a2 commit bc0ffd3
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Changelog

All notable changes to this project will be documented in this file.

## [unreleased]

### Bug Fixes

- Correct printing of | and || which were swapped
- Update binswap with new swapping procedure to hopefully fix win issues

### Miscellaneous Tasks

- Add cliff config
- Bump wasm lock file
- Revert versions to be inherited from workspace
- Add CHANGELOG

## [0.1.9] - 2023-03-10

### Miscellaneous Tasks

- Release

## [0.1.8] - 2023-03-10

### Miscellaneous Tasks

- Release

## [0.1.7] - 2023-03-09

### Miscellaneous Tasks

- Release

## [0.1.6] - 2023-03-08

### Miscellaneous Tasks

- Release

## [0.1.5] - 2023-02-21

### Miscellaneous Tasks

- Release

## [0.1.4] - 2023-02-21

### Miscellaneous Tasks

- Release

## [0.1.3] - 2023-02-13

### Miscellaneous Tasks

- Release

## [0.1.2] - 2023-02-13

### Miscellaneous Tasks

- Release
- Release

<!-- generated by git-cliff -->
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ typeshare = "1.0.0"
[workspace.metadata.release]
publish = false
tag-name = "v{{version}}"
shared-version = true
pre-release-hook = ["just", "release-hook"]

# Config for 'cargo dist'
[workspace.metadata.dist]
Expand Down
6 changes: 6 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ build-ci:
cargo build -p inspectify
cargo build -p checko

update-changelog:
git cliff -o CHANGELOG.md

release-hook:
git cliff -t $NEW_VERSION -o CHANGELOG.md

# <registry URL>/<namespace>/<project>/<image>
IMAGE_NAME := "gitlab.gbar.dtu.dk/checkr-dev-env/demo-group-01/image:latest"

Expand Down

0 comments on commit bc0ffd3

Please sign in to comment.