Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-08-03)

### Features

* Add PostgresUUID field ([181ae7b](181ae7b))
* Initial documentation ([6cdd76a](6cdd76a))
* JSONB column ([3dd211e](3dd211e))
  • Loading branch information
semantic-release-bot committed Aug 3, 2021
1 parent 1002136 commit e1a8fb2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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/).

From v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Pre-v1, breaking changes are indicated via a minor release, while all other changes fall under patches. At any time, you can see what's in progress for a version by filtering GitHub issues by milestone.

# 1.0.0 (2021-08-03)


### Features

* Add PostgresUUID field ([181ae7b](https://github.com/tophat/ormar-postgres-extensions/commit/181ae7bd689d9bacb2041712639e859c21b6591f))
* Initial documentation ([6cdd76a](https://github.com/tophat/ormar-postgres-extensions/commit/6cdd76a24dad5806dc872ef74b257e933271604c))
* JSONB column ([3dd211e](https://github.com/tophat/ormar-postgres-extensions/commit/3dd211e90b3d7ec098f04054dcb64debc84bbc2c))

0 comments on commit e1a8fb2

Please sign in to comment.