v3.5.0 #956
Closed
kevinmatthes
announced in
Announcements
v3.5.0
#956
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Merry Christmas! 🎄 🎁 🎉
This version adds a new mode,
cff-create
, which renders an initial CITATION.cff from a given Cargo.toml. This new mode is installed by default but since it is declared as a feature namedcff-create
, it can be also omitted, if required, by installing Aeruginous with--no-default-features
.The built-in linter
complain
now traverses given directories recursively to simplify the solution of found problems. Traversed files are now named explicitly and are not counted anymore as a directory's source lines.When incrementing versions with
increment-version
, a certain edge case might have caused trouble in the past. This problem was solved.Previously, the insertion of a new section into an existing RONLOG was done unsorted such that the information were enumerated in the wrong order to be sorted on the next release. This problem was fixed, as well.
Finally, the code coverage was improved to more than 70.00 %.
Beta Was this translation helpful? Give feedback.
All reactions