parent
9167104b9c
commit
08e7df1388
2 changed files with 11 additions and 3 deletions
|
@ -4,6 +4,14 @@ 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.1] - 2025-03-14
|
||||
|
||||
This update introduces minor changes
|
||||
|
||||
### Changes
|
||||
- Updated remote dependency references
|
||||
|
||||
|
||||
## [1.0.0] - 2024-12-04
|
||||
|
||||
First initial release of the library
|
|
@ -10,7 +10,7 @@
|
|||
"name": "PsyncLib",
|
||||
"package": "net.nosial.psynclib",
|
||||
"description": "PsyncLib is a library for synchronizing files between two directories.",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"uuid": "22df0cee-2eb1-4837-abbe-075933d54480"
|
||||
},
|
||||
"build": {
|
||||
|
@ -29,9 +29,9 @@
|
|||
"source": "symfony/uid=latest@packagist"
|
||||
},
|
||||
{
|
||||
"name": "net.nosial.loglib",
|
||||
"name": "net.nosial.loglib2",
|
||||
"version": "latest",
|
||||
"source": "nosial/libs.log=latest@n64"
|
||||
"source": "nosial/loglib2=latest@github"
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
|
|
Loading…
Add table
Reference in a new issue