Skip to content

Commit

Permalink
Merge pull request #48 from glotzerlab/release-0.3.1
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
joaander authored Oct 4, 2024
2 parents e89582b + c109e01 commit 4213f58
Show file tree
Hide file tree
Showing 11 changed files with 94 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body:
attributes:
label: Row version
description: What version of **row** are you using?
placeholder: 0.3.0
placeholder: 0.3.1
- type: markdown
attributes:
value: |
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Release checklist
about: '[for maintainer use]'
title: 'Release 0.3.0'
title: 'Release 0.3.1'
labels: ''
assignees: 'joaander'

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,7 @@ jobs:
- name: Check links
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
with:
args: -n
--exclude https://glotzerlab.engin.umich.edu
--exclude 'https://github.com/glotzerlab/row/edit.*'
--exclude doi.org
'./**/*.md'
'./**/*.html'
args: -n .
fail: true

check_licenses:
Expand Down
109 changes: 56 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "row"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.77"
description = "Row is a command line tool that helps you manage workflows on HPC resources."
Expand Down
2 changes: 1 addition & 1 deletion ContributorAgreement.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ you are authorized to sign this contract on behalf of your company (if identifie

Based on the Sun Contributor Agreement - version 1.5.
This document is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License
http://creativecommons.org/licenses/by-sa/3.0/
https://creativecommons.org/licenses/by-sa/3.0/
Loading

0 comments on commit 4213f58

Please sign in to comment.