Skip to content

Commit

Permalink
cleanup and iterate version
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Oct 16, 2024
1 parent 6dca0a7 commit 499a368
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.2.0
### 1.2.0 (Next)
- Update issue state inputs to be lowercase for Octocrab consistency.

### 1.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concourse-github-issue"
version = "1.1.1"
version = "1.2.0"
edition = "2021"

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion src/concourse.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! # Concourse
//!
//! `concourse` contains the structs for serialization to concourse outputs and deserialization from concourse inputs. Ordinarily more functionality is required here, but this crate leverages the concourse rust bindings to automatically provide functionality through trait implementations.
use serde::{Deserialize, Serialize};

use concourse_resource::IntoMetadataKV;
Expand Down
1 change: 0 additions & 1 deletion src/github_issue.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! # Github Issue
//!
//! `github_issue` is a minimal utility to create and update issues within Github.
use log;

// allowed operations for github issue interactions
Expand Down

0 comments on commit 499a368

Please sign in to comment.