Skip to content

Commit

Permalink
Release 0.6.8 (#3165)
Browse files Browse the repository at this point in the history
The purpose of this release is to add support for the `--vscode` flag,
required by an update to the juvix vscode extension.

* #3162
* anoma/vscode-juvix#153

This PR updates:

- [x] Package version
- [x] Smoke test

The CHANGELOG generator we use:
https://github.com/github-changelog-generator/github-changelog-generator
has stopped working with errors like the following:

```
Warning: PR 3148 merge commit was not found in the release branch or tagged git history and no rebased SHA comment was found
```

So we'll defer populating the CHANGELOG summary until after the release.
  • Loading branch information
paulcadman authored Nov 11, 2024
1 parent 76af212 commit bebe3d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<img align="right" width="300" height="300" alt="Juvix Mascot" src="../assets/images/tara-smiling.svg" />
</a>

## [v0.6.8](https://github.com/anoma/juvix/tree/v0.6.8) (2024-11-11)

[Full Changelog](https://github.com/anoma/juvix/compare/v0.6.7...v0.6.8)

## [v0.6.7](https://github.com/anoma/juvix/tree/v0.6.7) (2024-11-06)

[Full Changelog](https://github.com/anoma/juvix/compare/v0.6.6...v0.6.7)
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: juvix
version: 0.6.7
version: 0.6.8
license: GPL-3.0-only
license-file: LICENSE.md
copyright: (c) 2022- Heliax AG.
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke/Commands/version-help-doctor.smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tests:
stdout:
matches:
regex: |-
^Juvix version 0.6.7-([a-f0-9]{7}).*
^Juvix version 0.6.8-([a-f0-9]{7}).*
- name: cli-numeric-version
command:
Expand Down

0 comments on commit bebe3d1

Please sign in to comment.