From 0fafa5ef8a91de975a2fcb4865519a28f6224ab5 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sun, 30 Jun 2024 08:40:01 +0200 Subject: [PATCH] Update for release 2.7.0 --- NEWS.md | 2 +- README.md | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/NEWS.md b/NEWS.md index 51c1c411..4af25b7a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -Version 2.7.0 - Under development +Version 2.7.0 - Jun 2024 - New package Util.Files.Walk to iterate over directory trees and honor .gitignore - Add support for custom log formatter (allow to translate log messages, filter messages, ...) - Feature #48: Change the log time from UTC to Local Time (configurable) diff --git a/README.md b/README.md index b6b7cf9f..df62fbd4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Ada Util also provides a small test utility library on top of Ahven or AUnit to help in writing unit tests. Ahven is the default testing framework as it provides better reports. -## Version 2.7.0 - Under development +## Version 2.7.0 - Jun 2024 - New package Util.Files.Walk to iterate over directory trees and honor .gitignore - Add support for custom log formatter (allow to translate log messages, filter messages, ...) - Feature #48: Change the log time from UTC to Local Time (configurable) @@ -42,17 +42,6 @@ framework as it provides better reports. - Fix #50: 128Bit AES-CTR Encoding doesn't work (thanks Adam Jasinski) - Fix #53: Executor does not always stop the worker tasks -## Version 2.6.0 - Jul 2023 - - New encoder/decoder for Base32 - - Feature #32: Custom log appender - - Feature #36: Add HOTP algorithm - - Feature #38: Allow to read stdout and stderr as separate streams when spawning a process - - Feature #40: Input stream reader to read parts from another stream - - Feature #41: Support to ignore line breaks when decoding Base64 streams - - Feature #42: Improvement of test framework to launch and verify external program execution and output - - Fix #37: Support to build with -gnatW8 - - Fix #35: utilada_curl crate uses wrong curl dependency - [List all versions](https://github.com/stcarrez/ada-util/blob/master/NEWS.md) ## Build with Alire