Skip to content

Commit

Permalink
Merge pull request #395 from piraz/develop
Browse files Browse the repository at this point in the history
Testing a markdown document.
  • Loading branch information
piraz committed Feb 1, 2022
2 parents dae57b1 + b9f4516 commit 8f9314a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Firenado Framework

[![Latest PyPI version](https://img.shields.io/pypi/v/firenado.svg)](https://pypi.org/project/firenado/)
[![Number of PyPI downloads](https://img.shields.io/pypi/dm/firenado.svg)](https://pypi.org/project/firenado/)
[![Number of PyPI downloads](https://img.shields.io/pypi/dm/firenado.svg)](https://pypi.org/project/firenado/#files)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fcandango%2Ffirenado%2Fbadge&style=flat)](https://actions-badge.atrox.dev/candango/firenado/goto)
[![GitHub license](https://img.shields.io/github/license/candango/firenado)](https://github.com/candango/firenado/blob/develop/LICENSE)

Expand Down
1 change: 1 addition & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2

releases/v0.2.16
releases/v0.2.15
releases/v0.2.14
releases/v0.2.13
Expand Down
21 changes: 21 additions & 0 deletions docs/releases/v0.2.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# What's new in Firenado 0.2.16


# Jan 31, 2022

We are pleased to announce the release of Firenado 0.2.16.

At this release we added a service decorator to help handle sqlalchemy
sessions.

Here are the highlights:

# Bug Fixes

* Change dashed parameters to underscored ones in setup.cfg. [#385](https://github.com/candango/firenado/issues/385)

# Features


* Create a decorator to handle shared sqlalchemy sessions between mehtods. [#377](<https://github.com/candango/firenado/issues/377>)
* Add shortcut properties to help get components from the scheduler and scheduled job. [#387](<https://github.com/candango/firenado/issues/387>)

0 comments on commit 8f9314a

Please sign in to comment.