Skip to content

Commit

Permalink
updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sir-heed committed Nov 10, 2024
1 parent afe4874 commit 961c9ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
- id: check-executables-have-shebangs
- id: check-symlinks
- id: detect-aws-credentials
# - repo: local
# hooks:
# - id: fix lint
# name: Fix linter
# description: This hooks fixes our linters
# entry: make lint/fix
# language: system
# types:
# - python
- repo: local
hooks:
- id: fix lint
name: Fix linter
description: This hooks fixes our linters
entry: make lint/fix
language: system
types:
- python
15 changes: 7 additions & 8 deletions integrations/gitlab-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Changelog - Ocean - gitlab-v2
## 0.0.1 (2024-11-10)

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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Features

<!-- towncrier release notes start -->
- Added integration for pulling of gitlab entity to port using APIs and webhook. (0.0.1)

## 0.1.9 (2024-11-10)

# Changelog - Ocean - gitlab-v2

### Improvements
All notable changes to this project will be documented in this file.

- Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser. (0.1.9)
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0 comments on commit 961c9ab

Please sign in to comment.