Skip to content

Commit f8522e7

Browse files
faernsophacles
authored andcommitted
docs: Add initial changelog, based on the keepachangelog format
1 parent 87d2933 commit f8522e7

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
### Categories each change fall into
8+
9+
* **Added**: for new features.
10+
* **Changed**: for changes in existing functionality.
11+
* **Deprecated**: for soon-to-be removed features.
12+
* **Removed**: for now removed features.
13+
* **Fixed**: for any bug fixes.
14+
* **Security**: in case of vulnerabilities.
15+
16+
17+
## [Unreleased]
18+
19+
20+
## [0.2.0] - 2025-05-11
21+
This release is identical to `0.1.2`. This is re-released as `0.2.0` since the changes
22+
were semver breaking.
23+
24+
25+
## [0.1.2] - 2025-05-10
26+
### Added
27+
- Use `const`-compatible constructors in `ipnetwork`, allowing using the macros in const
28+
contexts.
29+
30+
### Changed
31+
- Disable default features on `ipnetwork` dependency. Strips out `serde` as a
32+
transitive dependency.
33+
- Upgrade `ipnetwork` dependency from `0.20` to `0.21`. This is a breaking change
34+
since the `ipnetwork` dependency is part of the public API of this library.

0 commit comments

Comments
 (0)