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
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
This commit is contained in:
parent
02042dcb39
commit
27681d53da
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue