Skip to content

Commit

Permalink
Update changelogs, bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Aug 31, 2022
1 parent 9505e06 commit b6c4e2d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

0.9.1 (2022-08-31)
-----------------

- Fix repositioning of the labels after reloading project file if they were manually displaced (#86).


0.9.0 (2022-08-31)
------------------

Expand All @@ -12,6 +18,7 @@ Changes

- Fix import of `xlsx` files (#85).


0.8.15 (2022-08-26)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minify": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.9.0",
"version": "0.9.1",
"dependencies": {
"@turf/turf": "^6.5.0",
"alertifyjs": "^1.13.1",
Expand Down
5 changes: 5 additions & 0 deletions documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Historique des versions et des changements effectués

#### 0.9.1 (2022-08-31)

- Corrige le positionnement des labels lors de la réouverture d'un fichier projet s'ils avaient été déplacés manuellement (<a href="https://github.com/riatelab/magrit/issues/86">issue Github #86</a>)


#### 0.9.0 (2022-08-31)

- Implémentation d'un tampon de texte pour les couches de labels (<a href="https://github.com/riatelab/magrit/issues/79">issue Github #79</a>).
Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.9.0'
__version__ = '0.9.1'

0 comments on commit b6c4e2d

Please sign in to comment.