Skip to content

Commit b03a8b0

Browse files
tlater-famedlyemgrav
authored andcommitted
release: v1.0.0
1 parent 5eb528f commit b03a8b0

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ SPDX-License-Identifier: Apache-2.0
88

99
All notable changes to this project will be documented in this file.
1010

11+
## [1.0.0] - 2025-04-24
12+
13+
This version sets a contract to follow a Rust-style semver versioning
14+
scheme. Future breaking changes will always be accompanied by a new
15+
major release.
16+
17+
This does not mean that there will be no breaking changes, or that
18+
particular care will be taken to avoid them.
19+
20+
The following are the user-visible changes for this release:
21+
22+
### Features
23+
24+
- [**breaking**] Gate all dependency-based features behind features
25+
- *(config)* Add a generic configuration parsing function
26+
27+
### Documentation
28+
29+
- Improve docs, fix formatting
30+
31+
### Miscellaneous Tasks
32+
33+
- [**breaking**] Relicense to Apache-2.0
34+
1135
## [0.2.2] - 2025-03-20
1236

1337
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "famedly_rust_utils"
77
description = "Various rust utility functions and types"
8-
version = "0.2.2"
8+
version = "1.0.0"
99
authors = []
1010
edition = "2021"
1111
resolver = "2"

0 commit comments

Comments
 (0)