Skip to content

Conversation

@vyskocilm
Copy link
Collaborator

No description provided.

@vyskocilm vyskocilm requested a review from Copilot September 4, 2025 09:06
@vyskocilm vyskocilm merged commit 578f834 into openSUSE:main Sep 4, 2025
4 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project version to 0.9.0, indicating a new minor release with potential new features or breaking changes.

  • Updated package version from 0.8.1 to 0.9.0 in Cargo.toml
  • Updated the bats testing submodule to a newer commit
  • Removed the rust-version constraint from the package configuration

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Version bump to 0.9.0 and removal of rust-version constraint
test/bats Updated submodule commit hash for testing framework

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines 1 to 4
[package]
name = "cnf"
version = "0.8.1"
version = "0.9.0"
edition = "2021"
Copy link

Copilot AI Sep 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the rust-version constraint may cause compatibility issues for users on older Rust versions. Consider keeping the rust-version field to document the minimum supported Rust version, especially for a library crate.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant