Skip to content

Commit

Permalink
Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
yutokun committed Mar 21, 2022
1 parent 862ab01 commit 174a2ce
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Note-worthy description of changes in release
# body: # optional
# Path to load note-worthy description of changes in release from
body_path: github-releases/body.md
body_path: RELEASE.md
# Gives the release a custom name. Defaults to tag name
name: ${{ env.TITLE }}
# Creates a draft release. Defaults to false
Expand Down
22 changes: 22 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Completely reworked new version.

# New

- Estimation of delimiters by extension.
- Tests ensuring parsing results.
- Continuous health checks by CI.
- Unity examples in several versions.

# Imporvements

- More accurate parsing.

- Migration to pure C# project.

# Change

- Now it depends on System.Memory.dll.

# Beta

- Asynchronous loading.
3 changes: 0 additions & 3 deletions github-releases/body.md

This file was deleted.

0 comments on commit 174a2ce

Please sign in to comment.