Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 873b1d8

Browse files
authored
Exclude kiota log file from version control (#288)
* Exclude kiota log file from version control * Update changelog
1 parent 787792c commit 873b1d8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,4 +582,7 @@ tmp/
582582
!src/generated/**
583583

584584
# Exclude azure pipelines nuget config
585-
!.azure-pipelines/nuget.config
585+
!.azure-pipelines/nuget.config
586+
587+
# Exclude kiota logs
588+
.kiota.log

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0-preview.1] - 2023-05-05
11+
12+
### Added
13+
14+
### Changed
15+
- Set console encoding to utf-8
16+
- Remove `item` place-holder from commands with url path parameters
17+
- Update samples.
18+
1019
## [0.3.0-preview.1] - 2023-03-16
1120

1221
### Added

0 commit comments

Comments
 (0)