Skip to content

Commit b9bd86d

Browse files
committed
chore: Prepare release 1.2.7
1 parent 3a8b660 commit b9bd86d

File tree

1 file changed

+74
-7
lines changed

1 file changed

+74
-7
lines changed

CHANGELOG.md

+74-7
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,62 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- insertion marker -->
9+
## [v1.2.7](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/v1.2.7) - 2025-01-14
910

10-
## v1.2.0 (2023-01-25)
11+
<small>[Compare with v1.2.6](https://github.com/csiro-hydroinformatics/pyrefcount/compare/v1.2.6...v1.2.7)</small>
12+
13+
### Build
14+
15+
Functionally unchanged, the package has been migrated away from using `poetry` and some legacy steps for building to the template [copier-uv](https://pawamoy.github.io/copier-uv/).
16+
17+
- update cffi dependency version to the latest. Building older cffi fails on GH actions ([e4e603d](https://github.com/csiro-hydroinformatics/pyrefcount/commit/e4e603da271d6b955eae5baacb9362fe7c519a7e) by J-M).
18+
- cumulative changes until `make check` passes ([ccf1a18](https://github.com/csiro-hydroinformatics/pyrefcount/commit/ccf1a181e096446c595dc315bc2e2c3e35a18fbf) by J-M).
19+
20+
## [v1.2.6](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/v1.2.6) - 2024-11-05
21+
22+
<small>[Compare with v1.2.5](https://github.com/csiro-hydroinformatics/pyrefcount/compare/v1.2.5...v1.2.6)</small>
23+
24+
* Use proper ffi.RTLD_LAZY flag with cffi, in the unit tests. Related issue was noticed in [moirai/issues/1](https://github.com/csiro-hydroinformatics/moirai/issues/1), rather than `refcount` _per se_.
25+
26+
## [v1.2.5](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/v1.2.5) - 2024-11-01
27+
28+
<small>[Compare with v1.2.0](https://github.com/csiro-hydroinformatics/pyrefcount/compare/v1.2.0...v1.2.5)</small>
29+
30+
* Support wrapper generation with 4 parameter constructors for backward compat with swift wrappers.
31+
* cumulative dependency updates
32+
* increased unit test coverage
33+
34+
## [v1.2.0](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/v1.2.0) - 2023-01-25
35+
36+
<small>[Compare with v1.1.1](https://github.com/csiro-hydroinformatics/pyrefcount/compare/v1.1.1...v1.2.0)</small>
37+
38+
### Build
1139

1240
`wrap_as_pointer_handle` wraps `None` via a `GenericWrapper`, to facilitate code generation on top of a C API allowing `nullptr` to be passed in.
1341

14-
## v1.1.1 (2022-08-19)
42+
43+
## [v1.1.1](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/v1.1.1) - 2022-08-19
44+
45+
<small>[Compare with v1.1.0](https://github.com/csiro-hydroinformatics/pyrefcount/compare/v1.1.0...v1.1.1)</small>
46+
47+
### Build
1548

1649
Minor changes that may not have been required to build the [conda package](https://github.com/conda-forge/refcount-feedstock/pull/2)
1750

18-
## v1.1.0 (2022-08-19)
51+
## [v1.1.0](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/v1.1.0) - 2022-08-19
52+
53+
<small>[Compare with v1.0.0](https://github.com/csiro-hydroinformatics/pyrefcount/compare/v1.0.0...v1.1.0)</small>
1954

20-
### Main changes
55+
### Build
2156

2257
* Expand some features to cater for macos
2358
* Tidy up and reengineer some of the legacy functions in the platform utilities `putils` to facilitate library loading. Minor breaking changes, but probably for no-one but the author in effect.
2459

25-
## v1.0.0 (2022-08-13)
60+
## [v1.0.0](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/v1.0.0) - 2022-08-13
2661

27-
### Main changes
62+
<small>[Compare with v0.9.3](https://github.com/csiro-hydroinformatics/pyrefcount/compare/v0.9.3...v1.0.0)</small>
63+
64+
### Build
2865

2966
* Improve documentation, and use the mkdocs-material theme
3067
* mkdocs.yml changes. Enable dark/light modes from mkdocs-material
@@ -34,8 +71,38 @@ Minor changes that may not have been required to build the [conda package](https
3471
* Apply some of the approaches in https://py-pkgs.org.
3572
* Restore appveyor CI to a working state
3673

37-
## v0.9.3 (2022-01-24)
74+
## [v0.9.3](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/v0.9.3) - 2022-01-24
75+
76+
<small>[Compare with 0.9.1](https://github.com/csiro-hydroinformatics/pyrefcount/compare/0.9.1...v0.9.3)</small>
3877

3978
### Feature
4079

4180
* Add a class CffiWrapperFactory
81+
82+
## [0.9.1](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/0.9.1) - 2021-04-07
83+
84+
<small>[Compare with 0.9](https://github.com/csiro-hydroinformatics/pyrefcount/compare/0.9...0.9.1)</small>
85+
86+
## [0.9](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/0.9) - 2021-03-09
87+
88+
<small>[Compare with 0.8](https://github.com/csiro-hydroinformatics/pyrefcount/compare/0.8...0.9)</small>
89+
90+
## [0.8](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/0.8) - 2021-01-11
91+
92+
<small>[Compare with 0.6.2](https://github.com/csiro-hydroinformatics/pyrefcount/compare/0.6.2...0.8)</small>
93+
94+
## [0.6.2](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/0.6.2) - 2019-01-03
95+
96+
<small>[Compare with 0.6.0](https://github.com/csiro-hydroinformatics/pyrefcount/compare/0.6.0...0.6.2)</small>
97+
98+
## [0.6.0](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/0.6.0) - 2019-01-02
99+
100+
<small>[Compare with 0.5.1](https://github.com/csiro-hydroinformatics/pyrefcount/compare/0.5.1...0.6.0)</small>
101+
102+
## [0.5.1](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/0.5.1) - 2018-12-19
103+
104+
<small>[Compare with 0.5](https://github.com/csiro-hydroinformatics/pyrefcount/compare/0.5...0.5.1)</small>
105+
106+
## [0.5](https://github.com/csiro-hydroinformatics/pyrefcount/releases/tag/0.5) - 2018-12-19
107+
108+
<small>[Compare with first commit](https://github.com/csiro-hydroinformatics/pyrefcount/compare/3bd3f85c8cb55205c986a138c0b3806f711e05ad...0.5)</small>

0 commit comments

Comments
 (0)