Compare commits

..

2 commits

Author SHA1 Message Date
27681d53da
Update CHANGELOG.md for version 1.0.3 and modify project.json to reflect new version and updated dependency source
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
2025-03-14 14:07:49 -04:00
02042dcb39
Updated README.md 2025-03-11 14:14:01 -04:00
3 changed files with 26 additions and 2 deletions

View file

@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.3] - 2025-03-14
Minor changes to the project
### Changed
- Updated dependency remote address
## [1.0.2] - 2025-01-27 ## [1.0.2] - 2025-01-27
Minor changes to the project Minor changes to the project

View file

@ -23,10 +23,25 @@ Aside from Console logging, all other handlers supports up to 5 different log fo
LogLib2 is designed to be silent-failing, this means that if an error occurs while logging an event, the library will LogLib2 is designed to be silent-failing, this means that if an error occurs while logging an event, the library will
silently fail and continue to log events, this is to prevent the application from crashing due to a logging error. silently fail and continue to log events, this is to prevent the application from crashing due to a logging error.
## Community
This project and many others from Nosial are available on multiple publicly available and free git repositories at
- [n64](https://git.n64.cc/nosial/loglib2)
- [GitHub](https://github.com/nosial/loglib2)
- [Codeberg](https://codeberg.org/nosial/loglib2)
Issues & Pull Requests are frequently checked and to be referenced accordingly in commits and changes, Nosial remains
dedicated to keep these repositories up to date when possible.
For questions & discussions see the public Telegram community at [@NosialDiscussions](https://t.me/NosialDiscussions).
We do encourage community support and discussions, please be respectful and follow the rules of the community.
## Table of Contents ## Table of Contents
<!-- TOC --> <!-- TOC -->
* [LogLib2](#loglib2) * [LogLib2](#loglib2)
* [Community](#community)
* [Table of Contents](#table-of-contents) * [Table of Contents](#table-of-contents)
* [Installation](#installation) * [Installation](#installation)
* [Compiling](#compiling) * [Compiling](#compiling)

View file

@ -9,7 +9,7 @@
"assembly": { "assembly": {
"name": "LogLib2", "name": "LogLib2",
"package": "net.nosial.loglib2", "package": "net.nosial.loglib2",
"version": "1.0.2", "version": "1.0.3",
"uuid": "11ac2c4d-94e5-4cc1-a2d3-054ac3f425b4" "uuid": "11ac2c4d-94e5-4cc1-a2d3-054ac3f425b4"
}, },
"build": { "build": {
@ -25,7 +25,7 @@
{ {
"name": "net.nosial.optslib", "name": "net.nosial.optslib",
"version": "latest", "version": "latest",
"source": "nosial/libs.opts=latest@n64" "source": "nosial/optslib=latest@github"
} }
], ],
"configurations": [ "configurations": [