diff --git a/README.md b/README.md index 2c441f8..811412e 100644 --- a/README.md +++ b/README.md @@ -95,11 +95,17 @@ cargo bench Note: `--test-threads 1` is required due to the single-threaded nature of `libpostal`. ## Release History +* 0.2.2 + * Resolve locking issue due to unbound Mutex guard. + +* 0.2.1 + * Make Component fields public. * 0.2.0 * Added `parse_address` support. + * 0.1.0 - * Initial release + * Initial release. ## Meta