Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Apr 24, 2024
1 parent 07c8e91 commit cda4790
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
DELETE FROM django_migrations WHERE app LIKE 'sinp%' AND name NOT LIKE '0001_%';
```

## 1.2.0 - 2024-04-10
## [1.2.0](https://github.com/dbchiro/DjangoSinpOrganisms/releases/tag/1.2.0) - 2024-04-10

* Fix natural keys
* Improve tests

## 1.1.0 - 2024-03-23
## [1.1.0](https://github.com/dbchiro/DjangoSinpOrganisms/releases/tag/1.1.0) - 2024-03-23

* Remove logging actions (created by, updated by and timestamps)

## 1.0.0 - 2024-03-22

* V1

## 0.2.1 - 2024-03-23

* remove test members from fixtures

## 0.2.0

## 0.1.0
## [1.0.0](https://github.com/dbchiro/DjangoSinpOrganisms/releases/tag/1.0.0) - 2024-03-22

* First release
* Specify models
* Basic API routes
* Basic readonly viewsets
Expand Down

0 comments on commit cda4790

Please sign in to comment.