Skip to content
Snippets Groups Projects
Commit e0334458 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Update changelog for release

parent d8fb876c
No related branches found
No related tags found
1 merge request!149Release 0.15.1
...@@ -5,26 +5,18 @@ All notable changes to this project will be documented in this file. ...@@ -5,26 +5,18 @@ 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] ## ## [0.15.1] - 2024-08-21 ##
### Added ###
### Changed ###
### Deprecated ### ### Deprecated ###
* `connection.get_username`. Use `la.Info().user_info.name` instead. * `connection.get_username`. Use `la.Info().user_info.name` instead.
### Removed ###
### Fixed ### ### Fixed ###
* [#128](https://gitlab.com/linkahead/linkahead-pylib/-/issues/128) * [#128](https://gitlab.com/linkahead/linkahead-pylib/-/issues/128)
Assign `datetime.date` or `datetime.datetime` values to `DATETIME` Assign `datetime.date` or `datetime.datetime` values to `DATETIME`
properties. properties.
### Security ###
### Documentation ### ### Documentation ###
* Added docstrings for `linkahead.models.Info` and `linkahead.models.UserInfo`. * Added docstrings for `linkahead.models.Info` and `linkahead.models.UserInfo`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment