Skip to content

Commit 1f577a2

Browse files
chore(main): release 1.0.0 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e296a9 commit 1f577a2

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.0](https://github.com/OpenOmics/snakevision/compare/v0.1.0...v1.0.0) (2026-03-12)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* decrementing version and triggering major version increase.
13+
14+
### Features
15+
16+
* added github actions workflows ([fa3fb9f](https://github.com/OpenOmics/snakevision/commit/fa3fb9f2835726e870c34587373ad92d98af1840))
17+
* expose more options to style DAGs formatting and creating module based python package. ([7e296a9](https://github.com/OpenOmics/snakevision/commit/7e296a955ac78f3492de9fcb86ed55c3e4a9c01e))
18+
* expose style options from dagviz ([bdb36e9](https://github.com/OpenOmics/snakevision/commit/bdb36e9607e74ba3608647270ef28209ad2def73))
19+
20+
21+
### Bug Fixes
22+
23+
* quote in testing workflow ([fba85d2](https://github.com/OpenOmics/snakevision/commit/fba85d22cc27f0a54e079901ebc23902879ae0da))
24+
25+
26+
### Documentation
27+
28+
* updating readme with instructions to install pkg from gh. ([cace459](https://github.com/OpenOmics/snakevision/commit/cace459bc6f7a196fb0488428baa6b7cb7b5cfef))
29+
30+
31+
### Code Refactoring
32+
33+
* decrementing version and triggering major version increase. ([26a0791](https://github.com/OpenOmics/snakevision/commit/26a07910b49736aa6e365b65cd4025afc348ef27))
34+
735
## [0.1.0] - 2023-11-17
836
### Added
937
- First release of snakevision

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "snakevision"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "A tool to visualize Snakemake workflows."
99
authors = [
1010
{ name = "Skyler Kuhn" },

snakevision/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
- Release Please: https://github.com/googleapis/release-please
1313
"""
1414
# Package version information
15-
__version__ = "0.1.0" # {x-release-please-version}
15+
__version__ = "1.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)