Skip to content

Commit 49b9339

Browse files
committed
chore: bump version to 0.7.0
1 parent 075febc commit 49b9339

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.0] - 2026-01-06
9+
10+
### Added
11+
- **Linear (Dense) Layer**: Fully connected layer for classification and output projections
12+
- Forward and backward passes with gradient computation
13+
- Xavier/Glorot weight initialization
14+
- Works with all optimizers (SGD, Adam, RMSprop)
15+
- `linear_layer_example.rs` demonstration
16+
817
## [0.6.1] - 2025-11-30
918

1019
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-lstm"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
authors = ["Alex Kholodniak <alexandrkholodniak@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.70"

0 commit comments

Comments
 (0)