Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ngschmidt committed Jan 4, 2023
1 parent c1d8b36 commit 99095bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [03-Jan-2023] v0.2.11

- Fixed an issue where JSON payloads and `dict` payloads would not template

## [03-Jan-2023] v0.2.10

- Fixed an issue where JSON payloads and `dict` payloads would not template
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="restify-ENGYAK", # Replace with your own username
version="0.2.10",
version="0.2.11",
author="Nicholas Schmidt",
author_email="nick.schmidt3@gmail.com",
description="Abstractions should save typing, not thinking! This project will provide a quick and simple CLI for REST API consumption. Build your own library of known API endpoints/modifiers, and consume directly via the CLI.",
Expand Down

0 comments on commit 99095bc

Please sign in to comment.