Skip to content

Commit 3a431e8

Browse files
committed
Update changelog & contributing docs.
1 parent d1ae497 commit 3a431e8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Wow! So much stuff here. `0.6` is a big step forward for the ergonomics & usabil
1313
There is really only one breaking change with this release:
1414
- migrations no longer run as part of the `Model::sync` system. They are now encapsulated in their own trait which must be manually implemented on your models if they need migrations. See the docs for more details.
1515

16+
#### 0.6.0 - 0.6.2
17+
Just dealing with some docs.rs build issues. Yanked `0.6.0` & `0.6.1`.
18+
19+
#### 0.6.3
20+
Using mongodb 0.3.12, which now re-exports the bson crate. This means that we no longer have to deal with errors due to conflicting versions of bson.
21+
22+
1623
## 0.5
1724
- a migrations system has been added, closing [#3](https://github.com/thedodd/wither/issues/3) & [#4](https://github.com/thedodd/wither/issues/4). The important part of this feature set is the `IntervalMigration` type.
1825
- `Model::sync` has received some updates. It now synchronizes a model's indexes as well as its migrations.

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ To publish a new version of `wither` or `wither_derive`, execute the following c
1111

1212
Keep in mind that we need to keep the major and minor versions of these two crates in sync. Else, it could cause some serious confusion.
1313

14+
**Don't forget to tag the release it git.**
15+
1416
### development
1517
#### tests
1618
For easy backend integration, this project is using docker compose to manage MongoDB instances. Before kicking off tests locally, simply execute `docker-compose up -d` to bring up all of the different MongoDB instances.

0 commit comments

Comments
 (0)