Skip to content

Commit 0a4ba3c

Browse files
committed
Add changelog
1 parent 7b55ec8 commit 0a4ba3c

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Changelog
2+
3+
## v1.0.0
4+
5+
* Merge pull request #10 from abhi3700/users
6+
Add Users (with tests) module
7+
* Add Users module with tests
8+
9+
* Add users.http
10+
11+
* Merge pull request #9 from abhi3700/quotes
12+
Add quotes with tests
13+
* Add quotes with tests
14+
15+
* Merge pull request #8 from abhi3700/comments
16+
Add comments module (with tests)
17+
* Add comments module (with tests)
18+
19+
* Merge pull request #7 from abhi3700/posts
20+
Add Posts module (with tests)
21+
* Complete posts module along with tests
22+
23+
* Add fns to posts, code refactoring
24+
25+
* Merge pull request #6 from abhi3700/recipes
26+
Add Recipes module
27+
* Add recipes (with tests) module
28+
29+
* Add to recipes.http
30+
31+
* Add recipes.http
32+
33+
* Merge pull request #5 from abhi3700/code-refactoring
34+
Code refactoring
35+
* Add README
36+
37+
* Fix clippy error
38+
const variable with interior mutability is fixed by changing to static.
39+
40+
* Create rust.yml for CI/CD
41+
42+
* Merge pull request #4 from abhi3700/carts
43+
Add carts (with tests) module
44+
* Add carts (with tests) module
45+
46+
* Merge pull request #3 from abhi3700/products
47+
Add Products (with tests) module
48+
* Add products module & its tests, code improve. via static -> const
49+
50+
- Using const is a compile-time constant & lighter than static type. So, using this.
51+
52+
* Add Default directly & remove new() fn
53+
54+
* Merge pull request #2 from abhi3700/todos
55+
Add todos module & its tests
56+
* Add todos module & its tests
57+
58+
* Merge pull request #1 from abhi3700/auth
59+
Add auth module & its tests
60+
* Add auth module & its tests
61+
62+
* Add project boilerplate
63+
64+
* Initial commit

0 commit comments

Comments
 (0)