-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conventional Changelog Action
committed
Aug 30, 2024
1 parent
a148224
commit 29d27a3
Showing
3 changed files
with
13 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,20 @@ | ||
#### 0.2.0 (2024-07-15) | ||
# 0.2.0 (2024-08-30) | ||
|
||
##### Documentation Changes | ||
|
||
* same change in contributing (d875fe41) | ||
* fix codeblock (8e1b312e) | ||
### Bug Fixes | ||
|
||
##### New Features | ||
* [#26](https://github.com/FrancescoXX/rustcrab/issues/26) ([b4046b4](https://github.com/FrancescoXX/rustcrab/commit/b4046b495d4d1ea86422dae75715740c374c8b84)) | ||
* [#32](https://github.com/FrancescoXX/rustcrab/issues/32) ([f72bc7b](https://github.com/FrancescoXX/rustcrab/commit/f72bc7bec3740e3fdc462a456d84a04320606345)) | ||
* [#97](https://github.com/FrancescoXX/rustcrab/issues/97) footer over cookie consent form ([635fc01](https://github.com/FrancescoXX/rustcrab/commit/635fc011d02025d2df1b329e15dff3e8a7c8c4e6)) | ||
* [#97](https://github.com/FrancescoXX/rustcrab/issues/97) footer over cookie consent form ([3050aa0](https://github.com/FrancescoXX/rustcrab/commit/3050aa02950cf9bbf4028cae9d59fc4d8222e6df)) | ||
|
||
* add books section (ad0034af) | ||
* add projects section (a5647aad) | ||
|
||
##### Bug Fixes | ||
### Features | ||
|
||
* #26 (b4046b49) | ||
* #32 (f72bc7be) | ||
* add books section ([ad0034a](https://github.com/FrancescoXX/rustcrab/commit/ad0034af577289812c27cfacc5c591782394696d)) | ||
* add people section ([b31d2be](https://github.com/FrancescoXX/rustcrab/commit/b31d2becc0f123bd8f26f22a76954b4a4784fdc3)) | ||
* add projects section ([a5647aa](https://github.com/FrancescoXX/rustcrab/commit/a5647aad1b989566b3f4516f297c7872de93f516)) | ||
* lessons complete ([1a7c7c5](https://github.com/FrancescoXX/rustcrab/commit/1a7c7c5f773905cf9790e6686c408704540d11e6)) | ||
|
||
##### Other Changes | ||
|
||
* FrancescoXX/rustcrab into sakibOnRust (a95edbc6) | ||
* //github.com/FrancescoXX/rustcrab (974d3056) | ||
* devvsakib/rustcrab into sakibOnRust (4295c98d) | ||
* devtools page (85c98ec8) | ||
* add GA to Rustcab (83d8ab2c) | ||
* //github.com/FrancescoXX/rustcrab (9c96b1d6) | ||
* rustdev squads link (db014a83) | ||
* //github.com/FrancescoXX/rustcrab (7e188bf8) | ||
|
||
##### Refactors | ||
|
||
* Update social media links in Footer component (7035405c) | ||
|
||
##### Code Style Changes | ||
|
||
* updated dark mode icons and conditional redendering (3d7af5d8) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "rustcrab", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
|