Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.

<!-- changelog -->

## [v0.1.1](https://github.com/NarrativeApp/enquirer/compare/v0.1.1...v0.1.1) (2025-01-16)




### Features:

* add formatter configuration and update dependencies

### Bug Fixes:

* update repository URL and dependencies, remove CircleCI config

* deps: include ex_doc in test environment

* enquirer: Prefer using an implicit `try` rather than explicit `try`
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Enquirer.Mixfile do
use Mix.Project

@version "0.1.0"
@version "0.1.1"
def project do
[
app: :enquirer,
Expand Down
Loading