Skip to content

Commit

Permalink
Deps + prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Jun 28, 2019
1 parent 6f7ae25 commit 1f04818
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 23 deletions.
27 changes: 27 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,33 @@
Changelog for Abilian Core
==========================

v0.11.2 (2019-06-28)
--------------------

- Add flake8-mypy. [Stefane Fermigier]
- Add type annotations. [Stefane Fermigier]
- Better variable naming. [Stefane Fermigier]
- Class BlobQuery is not needed. [Stefane Fermigier]
- Cleanup imports. [Stefane Fermigier]
- Couple of typing fixes. [Stefane Fermigier]
- Fix incomplete refactoring. [Stefane Fermigier]
- Format + typing. [Stefane Fermigier]
- Make more robust. [Stefane Fermigier]
- Py3k. [Stefane Fermigier]
- Refactor caching. [Stefane Fermigier]
- Refactor conversion service. [Stefane Fermigier]
- Refactor: extract variable. [Stefane Fermigier]
- Set up CI with Azure Pipelines. [Stefane Fermigier]
- Skip test when soffice not available. [Stefane Fermigier]
- Typing. [Stefane Fermigier]


v0.11.1 (2019-05-02)
--------------------
- A couple of typing fixes. [Stefane Fermigier]
- Dont run flake8-mypy for now. [Stefane Fermigier]


0.11.0 (2019-04-15)
--------------------

Expand Down
37 changes: 23 additions & 14 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -145,6 +145,7 @@ Sphinx = ">=1.5.5"
# Standard theme for readthedocs.com
sphinx-rtd-theme = "*"

gitchangelog = "^3.0"
# Used by functional tests
requests = "*"

Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -538,9 +538,9 @@ eslint-plugin-html@^4.0.2:
htmlparser2 "^3.8.2"

eslint-plugin-import@^2.8.0:
version "2.17.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.3.tgz#00548b4434c18faebaba04b24ae6198f280de189"
integrity sha512-qeVf/UwXFJbeyLbxuY8RgqDyEKCkqV7YC+E5S5uOjAp4tOc8zj01JP3ucoBM8JcEqd1qRasJSg6LLlisirfy0Q==
version "2.18.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.0.tgz#7a5ba8d32622fb35eb9c8db195c2090bd18a3678"
integrity sha512-PZpAEC4gj/6DEMMoU2Df01C5c50r7zdGIN52Yfi7CvvWaYssG7Jt5R9nFG5gmqodxNOz9vQS87xk6Izdtpdrig==
dependencies:
array-includes "^3.0.3"
contains-path "^0.1.0"
Expand Down Expand Up @@ -872,9 +872,9 @@ gonzales-pe@^4.0.3:
minimist "1.1.x"

graceful-fs@^4.1.2:
version "4.1.15"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
version "4.2.0"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.0.tgz#8d8fdc73977cb04104721cb53666c1ca64cd328b"
integrity sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==

has-ansi@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -1934,9 +1934,9 @@ resolve-from@^4.0.0:
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==

resolve@^1.10.0, resolve@^1.11.0, resolve@^1.5.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
integrity sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==
version "1.11.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
dependencies:
path-parse "^1.0.6"

Expand Down

0 comments on commit 1f04818

Please sign in to comment.