Skip to content

Commit

Permalink
Release of version 0.3 (#76)
Browse files Browse the repository at this point in the history
The jump from version 0.2 to 0.3 is a huge one. A lot happened in the background. The two most significant changes are the test pipeline and also the removal of the underlying API and the use of the official lotrointerface xml API.

Otherwise the release consists several different bugfixes and a convenient backup functionality
  • Loading branch information
mawilms committed Oct 6, 2021
1 parent dd81c43 commit f948dca
Show file tree
Hide file tree
Showing 322 changed files with 45,459 additions and 1,217 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.lua -linguist-detectable
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install ubuntu deps
run: sudo apt install -y gcc-multilib libxkbcommon-dev
- name: Switch to nightly
run: rustup default nightly
- name: Add clippy
Expand All @@ -20,7 +22,7 @@ jobs:
- name: Run clippy
run: cargo clippy
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose -- --test-threads=1
- name: Cache
uses: actions/cache@v2.1.4
with:
Expand Down
Loading

0 comments on commit f948dca

Please sign in to comment.