mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2025-01-09 21:44:27 +00:00
bump version, move changelog into place
This commit is contained in:
parent
4fe3a72db5
commit
f90df30324
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Upcoming
|
## 1.*
|
||||||
|
|
||||||
|
### 1.6.*
|
||||||
|
|
||||||
|
#### 1.6.6 - 24-12-13
|
||||||
|
|
||||||
**Bugfix**
|
**Bugfix**
|
||||||
- [#38](https://github.com/p2p-ld/numpydantic/issues/38), [#39](https://github.com/p2p-ld/numpydantic/pull/39) -
|
- [#38](https://github.com/p2p-ld/numpydantic/issues/38), [#39](https://github.com/p2p-ld/numpydantic/pull/39) -
|
||||||
|
@ -23,10 +27,6 @@
|
||||||
- [#40](https://github.com/p2p-ld/numpydantic/pull/40) - Explicitly test for `np.str_` annotation dtypes alone and
|
- [#40](https://github.com/p2p-ld/numpydantic/pull/40) - Explicitly test for `np.str_` annotation dtypes alone and
|
||||||
in tuples.
|
in tuples.
|
||||||
|
|
||||||
## 1.*
|
|
||||||
|
|
||||||
### 1.6.*
|
|
||||||
|
|
||||||
#### 1.6.5 - 24-12-04 - Bump Pydantic Minimum
|
#### 1.6.5 - 24-12-04 - Bump Pydantic Minimum
|
||||||
|
|
||||||
**Bugfix**
|
**Bugfix**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "numpydantic"
|
name = "numpydantic"
|
||||||
version = "1.6.5"
|
version = "1.6.6"
|
||||||
description = "Type and shape validation and serialization for arbitrary array types in pydantic models"
|
description = "Type and shape validation and serialization for arbitrary array types in pydantic models"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},
|
{name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},
|
||||||
|
|
Loading…
Reference in a new issue