Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Oct 12, 2024
1 parent 87eebe4 commit bc9c3fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.3.4 (12-10-2024)
**Changes:**
- Dep updates ([#26](https://github.com/adamperkowski/highlightos/pull/26), [#28](https://github.com/adamperkowski/highlightos/pull/28), [#30](https://github.com/adamperkowski/highlightos/pull/30))
- Move `shell` to `kernel` ([#27](https://github.com/adamperkowski/highlightos/pull/27))
- Some internal fixes ([87eebe4](https://github.com/adamperkowski/highlightos/commit/87eebe48aa229ce4673553dbe31f3ebc2801bb12))


# v0.3.3 (05-08-2024)
**Changes:**
- Added backspace and command interrupting functionality (F1) ([#19](https://github.com/adamperkowski/highlightos/pull/19))
Expand Down
4 changes: 2 additions & 2 deletions kernel/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 kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "x86_64 OS (kernel) made from scratch in Assembly & Rust"
homepage = "https://os.adamperkowski.dev"
authors = ["Adam Perkowski <adas1per@protonmail.com>"]
license = "GPL-3.0"
version = "0.3.3"
version = "0.3.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit bc9c3fd

Please sign in to comment.