Skip to content

Releases: Deuchnord/Aurornis

Version 1.5.0

21 Jul 08:09
Compare
Choose a tag to compare

What's Changed

  • Deprecate is_successful() method in favor of new successful property by @Deuchnord in #16
  • Warn about the default value of the normalize_carriage_return argument of run() changing for version 2.0. by @Deuchnord in #17
  • Enhance execution time related features by @Deuchnord in #18
  • Add a new exec_time_ns property for very demanding needs

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0

12 May 07:28
Compare
Choose a tag to compare

What's Changed

  • Add support for Windows and macOS by @Deuchnord in #7
  • Add a new normalize_carriage_return option to the run() function to automatically replace the Windows-style CRLF carriage returns to UNIX-style LF by @Deuchnord in #7

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

16 Apr 08:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

16 Nov 14:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

14 Nov 08:30
Compare
Choose a tag to compare

What's Changed

  • Add execution time to the command result by @Deuchnord in #1

Full Changelog: v1.0.2...v1.1.0

Version 1.0.0

10 Nov 13:18
Compare
Choose a tag to compare

First release