Skip to content

Commit bb3ac15

Browse files
committed
version-bump and release prep
1 parent f293ee2 commit bb3ac15

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/library/releases.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## Version 0.8
44

5+
### Version 0.8.26
6+
7+
Release Date: Nov 5, 2025
8+
9+
**What's Changed**
10+
* Add loss development patterns gallery example by @Hendrik240298 in [#602](https://github.com/casact/chainladder-python/pull/602)
11+
* #532 by @kennethshsu in [#606](https://github.com/casact/chainladder-python/pull/606)
12+
* Replaced deprecated lab_black with jupyter_black from issue #608 by @SRwcf in [#610](https://github.com/casact/chainladder-python/pull/610)
13+
* fix for #609 by @henrydingliu in [#611](https://github.com/casact/chainladder-python/pull/611)
14+
* Some words in the contribution guide by @kennethshsu in [#603](https://github.com/casact/chainladder-python/pull/603)
15+
* Misc Clean Up by @henrydingliu in [#612](https://github.com/casact/chainladder-python/pull/612)
16+
* adding a few tests by @henrydingliu in [#613](https://github.com/casact/chainladder-python/pull/613)
17+
* Fix for #614 by @henrydingliu in [#616](https://github.com/casact/chainladder-python/pull/616)
18+
* Addresses #617 by @jbogaardt in [#618](https://github.com/casact/chainladder-python/pull/618)
19+
20+
**New Contributors**
21+
* [@Hendrik240298](https://github.com/Hendrik240298) made their first contribution in [#602](https://github.com/casact/chainladder-python/pull/602)
22+
23+
**Full Changelog**: https://github.com/casact/chainladder-python/compare/v0.8.25...v0.8.26
24+
525
### Version 0.8.25
626

727
Release Date: Sep 25, 2025

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "chainladder"
7-
version = "0.8.25"
7+
version = "0.8.26"
88
authors = [
99
{name = "John Bogaardt", email = "[email protected]"},
1010
]

0 commit comments

Comments
 (0)