From a6074b790fe79e04c00da7ac5bc656c251303be3 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 5 Feb 2025 12:33:41 +0530 Subject: [PATCH] chore(CHANGELOG): update entries --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea32ad..4569ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). ## [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 ### 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 } ``` - ### Fixed - 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