Update CHANGELOG.md for version 1.0.3 and modify project.json to reflect new version and updated dependency source
This commit is contained in:
parent
02042dcb39
commit
cb60339dbc
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/),
|
||||
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
|
||||
|
||||
Minor changes to the project
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"assembly": {
|
||||
"name": "LogLib2",
|
||||
"package": "net.nosial.loglib2",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"uuid": "11ac2c4d-94e5-4cc1-a2d3-054ac3f425b4"
|
||||
},
|
||||
"build": {
|
||||
|
@ -25,7 +25,7 @@
|
|||
{
|
||||
"name": "net.nosial.optslib",
|
||||
"version": "latest",
|
||||
"source": "nosial/libs.opts=latest@n64"
|
||||
"source": "nosial/optslib=latest@github"
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
|
|
Loading…
Add table
Reference in a new issue