Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3700 committed Nov 2, 2024
1 parent 7b55ec8 commit 0a4ba3c
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Changelog

## v1.0.0

* Merge pull request #10 from abhi3700/users
Add Users (with tests) module
* Add Users module with tests

* Add users.http

* Merge pull request #9 from abhi3700/quotes
Add quotes with tests
* Add quotes with tests

* Merge pull request #8 from abhi3700/comments
Add comments module (with tests)
* Add comments module (with tests)

* Merge pull request #7 from abhi3700/posts
Add Posts module (with tests)
* Complete posts module along with tests

* Add fns to posts, code refactoring

* Merge pull request #6 from abhi3700/recipes
Add Recipes module
* Add recipes (with tests) module

* Add to recipes.http

* Add recipes.http

* Merge pull request #5 from abhi3700/code-refactoring
Code refactoring
* Add README

* Fix clippy error
const variable with interior mutability is fixed by changing to static.

* Create rust.yml for CI/CD

* Merge pull request #4 from abhi3700/carts
Add carts (with tests) module
* Add carts (with tests) module

* Merge pull request #3 from abhi3700/products
Add Products (with tests) module
* Add products module & its tests, code improve. via static -> const

- Using const is a compile-time constant & lighter than static type. So, using this.

* Add Default directly & remove new() fn

* Merge pull request #2 from abhi3700/todos
Add todos module & its tests
* Add todos module & its tests

* Merge pull request #1 from abhi3700/auth
Add auth module & its tests
* Add auth module & its tests

* Add project boilerplate

* Initial commit

0 comments on commit 0a4ba3c

Please sign in to comment.