File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments