Skip to content

Commit

Permalink
Prep for 2.5.0 release (#52)
Browse files Browse the repository at this point in the history
* Prep for 2.5.0 release
* Bump `VERSION`
* Update (and fix) `CHANGELOG.md`
* Change release date to more likely value
  • Loading branch information
daneah authored Apr 18, 2019
1 parent da31e5f commit 1771fe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.5.0] - 2019-04-18
### Added
- Ability to pass dict to `json` keyword argument for raw POST body instead of form-encoded data
- Ability to use regular keyword arguments when calling an endpoint (instead of `path_kwargs`)

### Changed
- `DiscoverableService` now inherits from `ServiceBase`, an ancestor common with `Service`, instead of `Service` itself

## [2.4.0] - 2019-04-09
### Changed
- Simplify imports so that all commonly-used classes can be imported with `from apiron import <class>`
- `DiscoverableService` now inherits from `ServiceBase`, an ancestor common with `Service`, instead of `Service` itself

### Fixed
- Error in calling a dynamic stub endpoint
Expand Down
2 changes: 1 addition & 1 deletion apiron/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.0

0 comments on commit 1771fe7

Please sign in to comment.