Skip to content

Commit

Permalink
Release 0.5.0 (#79)
Browse files Browse the repository at this point in the history
* Removed hardcoded rust version (#73)

* Removed hardcoded rust version

* Fixed typo in readme.md and build.md

* Updated dependency and version to 0.4.0 (#74)

* Updated dependency

* New version

* Remove fixed dependencies (#67)

* New version 0.4.0 (#75) (#76)

* Removed hardcoded rust version (#73)

* Removed hardcoded rust version

* Fixed typo in readme.md and build.md

* Updated dependency and version to 0.4.0 (#74)

* Updated dependency

* New version

* Remove fixed dependencies (#67)

---------

Co-authored-by: DanieleDiBenedetto <[email protected]>
Co-authored-by: nicholas-mainardi <[email protected]>

* Added log4rs logger and initialization method to be called from zend

* Cargo fmt

* Removed old (and unused) logging macros

* Fix minor errors

* Improved logging

* Debug line

* Replace logs with prints in tests

* Bumb versions: ginger-lib 0.6.1, cctp-primitives 0.2.2

* Bumb lib version to 0.5.0

* Make log_config_path configurable from command line

This commit adds a command line option -l that can be used to pass custom paths to the logger config path.
The previous default value is still used otherwise.

* Updated dependencies

* Add rust-side logger (#77)

* Added log4rs logger and initialization method to be called from zend

* Cargo fmt

* Removed old (and unused) logging macros

* Fix minor errors

* Improved logging

* Debug line

* Replace logs with prints in tests

* Bumb versions: ginger-lib 0.6.1, cctp-primitives 0.2.2

* Bumb lib version to 0.5.0

* Make log_config_path configurable from command line

This commit adds a command line option -l that can be used to pass custom paths to the logger config path.
The previous default value is still used otherwise.

* Updated dependencies

---------

Co-authored-by: Daniele Rogora <[email protected]>

* Specialized InitializationError to LoggerInitializationError

* Missing replace

* Updated cctp-lib to 0.2.2 (new) and other dependencies (#80)

* Added more errors to logger initialization + fix possible conflict in test (#81)

---------

Co-authored-by: Michele d'Amico <[email protected]>
Co-authored-by: nicholas-mainardi <[email protected]>
Co-authored-by: Daniele Rogora <[email protected]>
  • Loading branch information
4 people authored Nov 14, 2023
1 parent 7a14963 commit 25c13b9
Show file tree
Hide file tree
Showing 15 changed files with 1,371 additions and 745 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ target
examples/bin_SampleCalls
mc_test/mcTest
mc_test/*.o
/*.log

# Intellij
.idea
Expand Down
Loading

0 comments on commit 25c13b9

Please sign in to comment.