Skip to content

Commit

Permalink
vbump (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai authored Jan 13, 2025
1 parent 1ad2710 commit 7091458
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

- ...

## [0.1.2] - 2025-01-13

### Added

- Exercise 7.3 (#252)

### Fixed

- [docs] make listings more visible for ch07 (#260)

## [0.1.1] - 2025-01-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "llms-from-scratch-rs"
description = "Rust (candle) code for Build a LLM From Scratch by Sebastian Raschka"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
repository = "https://github.com/nerdai/llms-from-scratch-rs"
authors = ["Val Andrei Fajardo <[email protected]>"]
Expand Down

0 comments on commit 7091458

Please sign in to comment.