mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 03:15:35 -06:00
Updated CHANGELOG.md, updated versions to 0.3.0
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -5,6 +5,25 @@ 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.1.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.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).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
- backend: `pwdlib[argon2]` for password hashing
|
||||||
|
- backend: provided `LOG_JSON_FORMAT` and `LOG_LEVEL` environment variable defaults in `run.sh` development script
|
||||||
|
- backend: `User` model, `Session` model with migration script
|
||||||
|
- backend: `utc_now` helper function
|
||||||
|
- frontend: Added `clsx` package
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- frontend: Updated `eslint` to `9.x.x`, `@types/node` to `22.9.x`
|
||||||
|
|
||||||
|
## Removed
|
||||||
|
|
||||||
|
- frontend: Removed `@nkzw/eslint-config` package
|
||||||
|
- backend: `IPAddress` Model (definition + DB state via migration) & all related code
|
||||||
|
|
||||||
## [0.2.2] - 2024-11-01
|
## [0.2.2] - 2024-11-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "linkpulse"
|
name = "linkpulse"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Xevion <xevion@xevion.dev>"]
|
authors = ["Xevion <xevion@xevion.dev>"]
|
||||||
license = "GNU GPL v3"
|
license = "GNU GPL v3"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "linkpulse",
|
"name": "linkpulse",
|
||||||
"version": "0.0.1",
|
"version": "0.3.0",
|
||||||
"author": "Xevion <xevion@xevion.dev>",
|
"author": "Xevion <xevion@xevion.dev>",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user