Releases: rage/tmc-langs-rust
Releases · rage/tmc-langs-rust
0.12.0: Merge pull request #116 from rage/refresh-fix
- disabled macos-11 builds until github re-enables the runners
- use lossy UTF-8 conversion when reading files to parse points
- improved detection for hidden test files (previously skipped any file/dir with "Hidden" in the name, now only skip files in a "test" directory with "Hidden" in the name)
- updated dependencies
0.11.1: Merge pull request #112 from rage/big-sur-fix
- added panic handling to CLI
- cross compile to macos-11 from macos-latest
0.11.0
0.10.4
0.10.3: Merge pull request #99 from rage/refresh-fixer
- improved logging to remove clutter and provide more info
- further fixes and improvements to refresh-course
0.10.2: Merge pull request #94 from rage/split-points
- moved functionality from CLI binary to libraries
- improved C project detection (require src in addition to Makefile)
- removed merging of course options in refresher
- skip only metadata.yml instead of any file that contains "metadata.yml" in the name in submission preparation (regex
metadata.yml->^metadata\.yml$ - split the contents of points annotations by whitespace and consider each resulting piece to be a separate point
0.10.1: Merge pull request #90 from rage/refresh-fix-3
- Included changes from 0.9.3
- improved locking
- fixed login lock
- fixed tmc config file creation
- fixed bugs in course refresh
- checksum
- permissions
- zip structure
- copying from old cache
0.9.3
0.10.0: Merge pull request #89 from rage/fix-refresh-course
- fixed(?) and redesigned refresh-course, now only takes the following inputs
- cache-path
- cache-root
- course-name
- git-branch
- source-url
0.9.2: Merge pull request #87 from rage/fix-migrate-lock
- Fixed .tmc.lock files being moved and not deleted during
migrate