Skip to content

Commit

Permalink
Update for release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Mar 20, 2021
1 parent 59c704f commit 2aaa1d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 2.4.0 -
Version 2.4.0 - Feb 2021
- Add support to customize and provide application specific log appenders (example in ada-keystore)
- Improvement of read/write streams to chain LZMA, AES, Base64
- Add examples to show LZMA compress+AES encryption, AES decryption+LZMA decompress
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Bionic-Ada-Util.svg)](https://jenkins.vacs.fr/job/Bionic-Ada-Util/)
[![codecov](https://codecov.io/gh/stcarrez/ada-util/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-util)
[![Documentation Status](https://readthedocs.org/projects/ada-util/badge/?version=latest)](https://ada-util.readthedocs.io/en/latest/?badge=latest)
[![Download](https://img.shields.io/badge/download-2.3.0-brightgreen.svg)](http://download.vacs.fr/ada-util/ada-util-2.3.0.tar.gz)
[![Download](https://img.shields.io/badge/download-2.4.0-brightgreen.svg)](http://download.vacs.fr/ada-util/ada-util-2.4.0.tar.gz)
[![License](https://img.shields.io/badge/license-APACHE2-blue.svg)](LICENSE)
[![Commits](https://img.shields.io/github/commits-since/stcarrez/ada-util/2.3.0.svg)](Commits)
[![Commits](https://img.shields.io/github/commits-since/stcarrez/ada-util/2.4.0.svg)](Commits)


This Ada05 library contains various utility packages for building
Expand All @@ -33,7 +33,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.4.0 -
## Version 2.4.0 - Feb 2021
- Add support to customize and provide application specific log appenders (example in ada-keystore)
- Improvement of read/write streams to chain LZMA, AES, Base64
- Add examples to show LZMA compress+AES encryption, AES decryption+LZMA decompress
Expand Down

0 comments on commit 2aaa1d8

Please sign in to comment.