File tree 4 files changed +165
-144
lines changed
4 files changed +165
-144
lines changed Original file line number Diff line number Diff line change 82
82
matrix :
83
83
container :
84
84
- ' ubuntu:18.04'
85
+ - ' ubuntu:20.04'
86
+ - ' ubuntu:22.04'
85
87
- ' centos:7'
86
- - ' centos:8' # centos:latest
87
88
runs-on : ubuntu-latest
88
89
container : ${{ matrix.container }}
89
90
steps :
@@ -123,4 +124,4 @@ jobs:
123
124
with :
124
125
files : ./artifacts/*
125
126
env :
126
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## Unreleased
8
8
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
9
33
10
34
## 0.5.2 - 2021-02-04
11
35
### Fixed
You can’t perform that action at this time.
0 commit comments