Skip to content

Commit

Permalink
Merge pull request #35 from UMD-ARLIS/34-changelog-bump
Browse files Browse the repository at this point in the history
34 changelog bump
  • Loading branch information
Jyyjy authored Sep 26, 2023
2 parents e02ff04 + a89c9f2 commit 2389540
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 70 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
name: Bump Version

on:
workflow_run:
workflows: ["Release Audit Tool"]
types:
- completed
pull_request:
branches:
- dev
push:
branches:
- dev

jobs:
bump-version:
if: "!startsWith(github.event.head_commit.message, 'bump:')"
runs-on: ubuntu-latest
name: "Bump version and create changelog with commitizen"
steps:
Expand Down
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## v0.0.7 (2023-09-21)

### Refactor

- **Makefile**: run pre-commit hooks prior to commitizen

## 0.0.6 (2023-08-18)

- Migrate package and build management to poetry
- Remove deprecated setup code

## 0.0.5 (2017-06-30)

- Updated elasticsearch-dsl to 5.4.1
- Removed all support for UserALE 3.0
- General cleanup

## 0.0.4 (2016-09-19)

- Moved to Apache.
- Updated all documentation.
- Added License headers
- Docker compose file added to assist deployment of ELK stack with Distill

## 0.0.3 (2016-07-22)

- Moved CRUD operations from UserAle model to Brew model.
- Added API specs to segment UserAle data from Elasticsearch
- Added deployment instructions

## 0.0.2 (2016-06-14)

- Completed index route for status endpoint which lists all applications registered and their document count segmented by type.
- Updated setup.py to reference deploy scripts
- Example configuration to deploy Distill with Gunicorn and Nginx for Linux/Mac users
- Added UserAle and Stout classes.
- Updated requirements.txt for deployment.

## 0.0.1 (2016-04-01)

- Initial alpha release.
62 changes: 0 additions & 62 deletions CHANGELOG.rst

This file was deleted.

2 changes: 1 addition & 1 deletion distill/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
and parsed by ``setup.py``.
"""

version = "v0.0.6"
version = "v0.0.7"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[tool.poetry]
name = "flagon-distill"
version = "v0.0.6"
version = "0.0.7"
description = "An analytics framework for front-end UserALE data, enabling modeling, sequence analysis, and customization in Python."
authors = []
license = "Apache-2.0"
Expand Down Expand Up @@ -93,7 +93,7 @@ version_scheme = "semver"
version_provider = "poetry"
update_changelog_on_bump = true
major_version_zero = true
version = "0.0.6"
version = "0.0.7"
gpg_sign = true
version_files = ["pyproject.toml:version", "distill/__version__.py"]

Expand Down

0 comments on commit 2389540

Please sign in to comment.