|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
5 | | -- Add number->string function to lisp (#561) |
6 | | -- Improve lisp with Advent of Code 2023 (#556) |
7 | | -- Upgrade toolchain from 2023-05-01 to 2023-12-01 (#559) |
8 | | -- Improve system information (#553) |
9 | | -- Add hash command (#554) |
10 | | -- Improve binary support (#552) |
11 | | -- Add basic userspace shell (#548) |
12 | | -- Add basic userspace allocator (#544) |
13 | | -- Improve documentation (#547) |
14 | | -- Add process page table (#454) |
15 | | -- Bump vte from 0.12.1 to 0.13.0 (#543) |
16 | | -- Add more code examples to lisp (#542) |
17 | | -- Add support for hexadecimal numbers in Lisp (#540) |
18 | | -- Upgrade acpi crate to 5.0.0 (#538) |
19 | | -- Run cargo clippy (#541) |
20 | | -- Bump vte from 0.12.0 to 0.12.1 (#539) |
21 | | -- Bump num-traits from 0.2.16 to 0.2.17 (#536) |
22 | | -- Bump libm from 0.2.7 to 0.2.8 (#535) |
23 | | -- Bump x86_64 from 0.14.10 to 0.14.11 (#531) |
24 | | -- Bump vte from 0.11.1 to 0.12.0 (#532) |
25 | | -- Bump sha2 from 0.10.7 to 0.10.8 (#533) |
| 5 | +## 0.10.2 (2023-12-22) |
| 6 | +- Add basic userspace allocator ([#544](https://github.com/vinc/moros/pull/544)) |
| 7 | +- Add basic userspace shell ([#548](https://github.com/vinc/moros/pull/548)) |
| 8 | +- Add hash command ([#554](https://github.com/vinc/moros/pull/554)) |
| 9 | +- Add more code examples to lisp ([#542](https://github.com/vinc/moros/pull/542)) |
| 10 | +- Add number->string function to lisp ([#561](https://github.com/vinc/moros/pull/561)) |
| 11 | +- Add process page table ([#454](https://github.com/vinc/moros/pull/454)) |
| 12 | +- Add support for hexadecimal numbers in Lisp ([#540](https://github.com/vinc/moros/pull/540)) |
| 13 | +- Improve binary support ([#552](https://github.com/vinc/moros/pull/552)) |
| 14 | +- Improve documentation ([#547](https://github.com/vinc/moros/pull/547)) |
| 15 | +- Improve lisp with Advent of Code 2023 ([#556](https://github.com/vinc/moros/pull/556)) |
| 16 | +- Improve system information ([#553](https://github.com/vinc/moros/pull/553)) |
| 17 | +- Run cargo clippy ([#541](https://github.com/vinc/moros/pull/541)) |
| 18 | +- Upgrade acpi crate to 5.0.0 ([#538](https://github.com/vinc/moros/pull/538)) |
| 19 | +- Upgrade toolchain from 2023-05-01 to 2023-12-01 ([#559](https://github.com/vinc/moros/pull/559)) |
| 20 | +- Bump libm from 0.2.7 to 0.2.8 ([#535](https://github.com/vinc/moros/pull/535)) |
| 21 | +- Bump num-traits from 0.2.16 to 0.2.17 ([#536](https://github.com/vinc/moros/pull/536)) |
| 22 | +- Bump sha2 from 0.10.7 to 0.10.8 ([#533](https://github.com/vinc/moros/pull/533)) |
| 23 | +- Bump vte from 0.11.1 to 0.12.0 ([#532](https://github.com/vinc/moros/pull/532)) |
| 24 | +- Bump vte from 0.12.0 to 0.12.1 ([#539](https://github.com/vinc/moros/pull/539)) |
| 25 | +- Bump vte from 0.12.1 to 0.13.0 ([#543](https://github.com/vinc/moros/pull/543)) |
| 26 | +- Bump x86_64 from 0.14.10 to 0.14.11 ([#531](https://github.com/vinc/moros/pull/531)) |
26 | 27 |
|
27 | 28 | ## 0.10.1 (2023-09-23) |
28 | 29 | - Add PageUp and PageDown keys support ([#515](https://github.com/vinc/moros/pull/515)) |
|
0 commit comments