Skip to content

Commit f055b0a

Browse files
committed
Bump deps, update CI versions, release 0.7.0
1 parent b80b08b commit f055b0a

File tree

4 files changed

+165
-144
lines changed

4 files changed

+165
-144
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ jobs:
8282
matrix:
8383
container:
8484
- 'ubuntu:18.04'
85+
- 'ubuntu:20.04'
86+
- 'ubuntu:22.04'
8587
- 'centos:7'
86-
- 'centos:8' # centos:latest
8788
runs-on: ubuntu-latest
8889
container: ${{ matrix.container }}
8990
steps:
@@ -123,4 +124,4 @@ jobs:
123124
with:
124125
files: ./artifacts/*
125126
env:
126-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## 0.7.0 - 2022-08-09
10+
### Fixed
11+
- Update `clap` to `v3`
12+
- Remove `failure` dependency
13+
- Add compatibility for new `bender` formats
14+
- Correctly parse model identifiers with `(* attribute *)`
15+
- Update `sv-parser` to `0.12`
16+
- Update `simple_logger` to `2.2`
17+
- Update `pulldown-cmark` to `0.9`
18+
19+
### Changed
20+
- Change crate to allow use of functionality with a Rust library
21+
22+
## 0.6.0 - 2022-01-21
23+
### Fixed
24+
- Bump `svparser` to `0.11.1`
25+
- Use builder pattern for simple logger
26+
- Add readable errors instead of `unwrap`
27+
28+
### Added
29+
- Add `-o` flag for fiile output
30+
- List undefined modules if detected
31+
- Support loading library files
32+
- Add option to output manifest
933

1034
## 0.5.2 - 2021-02-04
1135
### Fixed

0 commit comments

Comments
 (0)