Skip to content

Commit

Permalink
Fixed README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maranqz committed Sep 4, 2024
1 parent 40dd1cc commit 180c271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0-rc-9.5] - 2024-08-09
## [2.0.0] - 2024-09-05

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (r *repo) Save(ctx context.Context, u *user) error {
### Local Running

* To install all dependencies use `make go.mod.tidy` or `make go.mod.vendor`.
* To run all tests use `make go.test` or `make go.test.with_real_db` for integration tests.
* To run all tests use `make test` or `make test.with_real_db` for integration tests.

To run database by docker, there is [docker-compose.yaml](trm/drivers/test/docker-compose.yaml).
```bash
Expand Down

0 comments on commit 180c271

Please sign in to comment.