Skip to content

Commit

Permalink
chore: exclude useless directories
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jan 10, 2024
1 parent 6ef910c commit d0cf481
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1](https://github.com/foundry-rs/compilers/releases/tag/v0.2.1) - 2024-01-10

### Miscellaneous Tasks

- Exclude useless directories

## [0.2.0](https://github.com/foundry-rs/compilers/releases/tag/v0.2.0) - 2024-01-10

### Dependencies

- [deps] Bump alloy ([#42](https://github.com/foundry-rs/compilers/issues/42))

### Miscellaneous Tasks

- Release 0.2.0

## [0.1.4](https://github.com/foundry-rs/compilers/releases/tag/v0.1.4) - 2024-01-06

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "foundry-compilers"
authors = ["Foundry Maintainers"]
version = "0.2.0"
version = "0.2.1"
rust-version = "1.65"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/foundry-compilers"
description = "Utilities for working with solidity compilers, namely solc"
keywords = ["foundry", "solidity", "solc", "ethereum", "ethers"]
edition = "2021"
exclude = [".github/", "sccripts/", "test-data/"]
exclude = [".github/", "scripts/", "test-data/"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit d0cf481

Please sign in to comment.