chore(CHANGELOG): update entries

This commit is contained in:
Erica Marigold 2025-02-05 12:33:41 +05:30
parent 61c20b25a3
commit a6074b790f
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -5,6 +5,12 @@ 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). 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).
## [Unreleased] ## [Unreleased]
### Fixed
- Fixed faulty calculation of lock expiration timestamp due to bad assumption about `os.time` units
### Changed
- Updated dependencies:
- `dirs` to v0.3.0
- `pathfs` to v0.3.0
## [0.1.11] - 2025-01-23 ## [0.1.11] - 2025-01-23
### Added ### Added
@ -26,7 +32,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
"expiration": 1737480284 // The timestamp until which the lock is considered valid, which is 60s from its creation "expiration": 1737480284 // The timestamp until which the lock is considered valid, which is 60s from its creation
} }
``` ```
### Fixed ### Fixed
- Fixed concurrent installations failing due to OS errors during resource access by using aforementioned locking mechanism - Fixed concurrent installations failing due to OS errors during resource access by using aforementioned locking mechanism
- Fixed faulty check for existence of tool installation directory - Fixed faulty check for existence of tool installation directory