Skip to content

Commit

Permalink
Fix versions for development release 0.12a0
Browse files Browse the repository at this point in the history
The next development versions taken into use in the master
branch.

Signed-off-by: Heikki Laaksonen <laaksonen.heikki.j@gmail.com>
  • Loading branch information
heilaaks committed Apr 5, 2020
1 parent ed6cab5 commit adc9cc7
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
Release history
===============

0.12.0 (development)
--------------------

Breaking changes
~~~~~~~~~~~~~~~~

* none

New features
~~~~~~~~~~~~

* none

Bugfixes
~~~~~~~~

* All commits in `0.12.0`_.

Security
~~~~~~~~

* none

Documentation
~~~~~~~~~~~~~

* none

0.11.0 (2020-03-29)
-------------------

Expand Down Expand Up @@ -175,6 +203,7 @@ Security
* Experimental alpha release.
* All commits in `0.1.0`_.

.. _0.12.0: https://github.com/heilaaks/snippy/compare/v0.11.0...master
.. _0.11.0: https://github.com/heilaaks/snippy/compare/v0.10.0...master
.. _0.10.0: https://github.com/heilaaks/snippy/compare/v0.9.0...master
.. _0.9.0: https://github.com/heilaaks/snippy/compare/v0.8.0...heilaaks:v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
MAKEFLAGS += --no-builtin-rules
MAKEFLAGS += --no-builtin-variables

DEV_VERSION ?= 0.11a0
DEV_VERSION ?= 0.12a0
TAG_VERSION ?= 0.11.0

PIP ?= pip
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## WORKING
- [ ] Add plugin architecture like in Pytest to import external data. Make plugin first for tldr.
- [ ] Snippet # Comment alignment does not work properly with unicode characters. Test importing tldr/pages.zh.
- [ ] Do not let coveralls to fail build if coverage decreases.
- [ ] Test test_cli_search_snippet_030 failed with postgre since the resulted snippets were in different order. Something is still random from SQL point of view.
Expand Down Expand Up @@ -66,6 +65,7 @@
- [ ] Add delete for wheel build directory for automation. If the folder exist this is a problem (at least used to be) see how to fail python release/building/something.

## FEATURES
- [ ] Add support to import -f *.md to read multiple files at once.
- [ ] Add CORS https://stackoverflow.com/a/45183343. This is needed to make the server usable at all?
- [ ] Add decsription, name, versions and source to CLI? Or does this make the CLI too bloated? These can be updated via editor or REST API.
- [ ] Add support for CockroachDB.
Expand Down
2 changes: 1 addition & 1 deletion snippy/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
__homepage__ = 'https://github.com/heilaaks/snippy'
__license__ = 'GNU Affero General Public License v3.0 or later'
__title__ = 'snippy'
__version__ = '0.11.0'
__version__ = '0.12a0'

__docs__ = 'http://snippy.readthedocs.io/en/v' + __version__ + '/'
__openapi__ = 'https://app.swaggerhub.com/apis/heilaaks/snippy/' + __version__

0 comments on commit adc9cc7

Please sign in to comment.