diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5776b98..d801917 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - "v[0-9]+.[0-9]+.[0-9]+" jobs: - release-linux-binaries: + release-linux-x86_64-binaries: runs-on: ubuntu-latest steps: - name: Checkout source code @@ -35,7 +35,7 @@ jobs: complgen-x86_64-unknown-linux-musl - release-arm-linux-binaries: + release-linux-arm-binaries: runs-on: ubuntu-latest steps: - name: Checkout source code diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 2a80371..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Rust - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Build - run: cargo build - - name: Run tests - run: cargo test - - name: Run e2e tests - run: ./run-e2e-tests.bash diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a7701..bfef107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## 0.6.0 +### Added + + - Added `--regex` option for writing generated regular expression into a .dot file for debugging + +### Removed + + - Removed `--railroad` option for diagrams generation due to limited utility + ## 0.5.0 ### Changed diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b69c6cb..ae295c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,10 +100,6 @@ grep [