Skip to content

Commit 07ebb2e

Browse files
chore: release v4.1.0 (#59)
1 parent 4130b48 commit 07ebb2e

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [4.1.0](https://github.com/orxfun/orx-fixed-vec/compare/v4.0.0...v4.1.0) - 2026-09-11
11+
12+
### Added
13+
14+
- enable imp vec ([#58](https://github.com/orxfun/orx-fixed-vec/pull/58))
15+
16+
### Other
17+
18+
- Add release-plz configuration file ([#57](https://github.com/orxfun/orx-fixed-vec/pull/57))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orx-fixed-vec"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
edition = "2024"
55
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
66
description = "An efficient fixed capacity vector with pinned element guarantees."

0 commit comments

Comments
 (0)