Skip to content

Commit

Permalink
docs: v0.2.7 release notes (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko authored Jan 31, 2025
1 parent 03e6d5c commit 8eb1ca1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/release_notes/greenmask_0_2_7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Greenmask 0.2.7

This release fixes several bugs.

## Changes

* Fixed a case when converted directory dump into single file using
`pg_restore --file=1738263512345.sql` is corrupted due to lost semicolon [#255](https://github.com/GreenmaskIO/greenmask/issues/255)
* Updated go dependencies [#256](https://github.com/GreenmaskIO/greenmask/issues/256)


#### Full Changelog: [v0.2.6...v0.2.7](https://github.com/GreenmaskIO/greenmask/compare/v0.2.6...v0.2.7)

## Links

Feel free to reach out to us if you have any questions or need assistance:

* [Greenmask Roadmap](https://github.com/orgs/GreenmaskIO/projects/6)
* [Email](mailto:[email protected])
* [Twitter](https://twitter.com/GreenmaskIO)
* [Telegram](https://t.me/greenmask_community)
* [Discord](https://discord.gg/tAJegUKSTB)
* [DockerHub](https://hub.docker.com/r/greenmask/greenmask)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ nav:
- Faker function: built_in_transformers/advanced_transformers/custom_functions/faker_function.md
- About: index.md
- Release notes:
- Greenmask 0.2.7: release_notes/greenmask_0_2_7.md
- Greenmask 0.2.6: release_notes/greenmask_0_2_6.md
- Greenmask 0.2.5: release_notes/greenmask_0_2_5.md
- Greenmask 0.2.4: release_notes/greenmask_0_2_4.md
Expand Down

0 comments on commit 8eb1ca1

Please sign in to comment.